0.0.4 • Published 4 years ago

pogot v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

pogot

A CLI utility for Pokemon Go data

oclif Version Downloads/week License

Usage

$ npm install -g pogot
$ pogot COMMAND
running command...
$ pogot (-v|--version|version)
pogot/0.0.4 darwin-x64 node-v12.14.1
$ pogot --help [COMMAND]
USAGE
  $ pogot COMMAND
...

Commands

pogot hello [FILE]

describe the command here

USAGE
  $ pogot hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ pogot hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

pogot help [COMMAND]

display help for pogot

USAGE
  $ pogot help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help