abgeo / covid19-cli
Simple CLI tool for displaying COVID-19 statistics.
Requires
- php: ^7.1
- ext-json: *
- guzzlehttp/guzzle: ~6.0
- symfony/console: ^4.0|^5.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-09 07:33:44 UTC
README
Simple CLI tool for displaying COVID-19 statistics.
Installation
You can install this library with Composer:
composer global require abgeo/covid19-cli
Usage
To use covid command, make sure you add ~/composer/vendor/bin to your PATH environment variable.
See the below example. The line can be added to your .bashrc file.
export PATH="$HOME/.composer/vendor/bin:$PATH"
Run covid command in your terminal for starting application or
covid help for displaying all available commands.
Example
Display Statistics about COVID-19 in Georgia
covid display georgia
You can see all available country slugs by running covid countries
Authors
- Temuri Takalandze - Initial work - ABGEO
License
This project is licensed under the MIT License - see the LICENSE file for details