0.0.0 • Published 3 years ago

ssg-sample v0.0.0

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

ssg-sample

oclif Version Downloads/week License

Usage

$ npm install -g ssg-sample
$ ssg-sample COMMAND
running command...
$ ssg-sample (-v|--version|version)
ssg-sample/0.0.0 darwin-x64 node-v12.13.1
$ ssg-sample --help [COMMAND]
USAGE
  $ ssg-sample COMMAND
...

Commands

ssg-sample hello

USAGE
  $ ssg-sample hello

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

ssg-sample help [COMMAND]

USAGE
  $ ssg-sample help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help