0.2.0 • Published 4 years ago

nowamat v0.2.0

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

nowamat

oclif Version Downloads/week License

Usage

$ npm install -g nowamat
$ nowamat COMMAND
running command...
$ nowamat (-v|--version|version)
nowamat/0.2.0 darwin-x64 node-v14.15.4
$ nowamat --help [COMMAND]
USAGE
  $ nowamat COMMAND
...

Commands

nowamat hello

Describe the command here

USAGE
  $ nowamat hello

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

nowamat help [COMMAND]

display help for nowamat

USAGE
  $ nowamat help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

nowamat status

Check the archive

USAGE
  $ nowamat status

OPTIONS
  -p, --path=path  path to archive

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/status.js