@aurghyadip/covid19cli
v0.2.1
Published
Get information about Covid-19 without leaving your terminal.
Downloads
16
Readme
covid19cli
Get information about Covid-19 without leaving your terminal.
Usage
$ npm install -g @aurghyadip/covid19cli
$ ncov19 COMMAND
running command...
$ ncov19 (-v|--version|version)
@aurghyadip/covid19cli/0.2.0 darwin-x64 node-v12.16.3
$ ncov19 --help [COMMAND]
USAGE
$ ncov19 COMMAND
...
Commands
ncov19 chart
Plot a graph based on the data
USAGE
$ ncov19 chart
OPTIONS
-c, --country=country Name of the country
-h, --help show CLI help
See code: src/commands/chart.ts
ncov19 help [COMMAND]
display help for ncov19
USAGE
$ ncov19 help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
ncov19 summary
Get the global summery of COVID-19
USAGE
$ ncov19 summary
OPTIONS
-c, --country=country Name of the country
-h, --help show CLI help
See code: src/commands/summary.ts