0.0.1 • Published 7 years ago

sttic v0.0.1

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

statc

oclif Version CircleCI Appveyor CI Codecov Downloads/week License

Usage

$ npm install -g statc
$ statc COMMAND
running command...
$ statc (-v|--version|version)
statc/0.0.0 darwin-x64 node-v8.11.2
$ statc --help [COMMAND]
USAGE
  $ statc COMMAND
...

Commands

statc hello [FILE]

describe the command here

USAGE
  $ statc hello [FILE]

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

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

See code: src/commands/hello.ts

statc help [COMMAND]

display help for statc

USAGE
  $ statc help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help