/weathercli

Basic multi-command CLI using oclif and apixu

Primary LanguageJavaScript

weather-cli

Basic multi-command CLI using oclif and OpenWeatherMap

Version CircleCI Appveyor CI Codecov Downloads/week License

Usage

$ npm install -g weather-cli
$ weather-cli COMMAND
running command...
$ weather-cli (-v|--version|version)
weather-cli/0.0.1 darwin-x64 node-v10.1.0
$ weather-cli --help [COMMAND]
USAGE
  $ weather-cli COMMAND
...

Commands

weather-cli hello

Describe the command here

USAGE
  $ weather-cli hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  Describe the command here
  ...
  Extra documentation goes here

See code: src/commands/hello.js

weather-cli help [COMMAND]

display help for weather-cli

USAGE
  $ weather-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help