sttic
v0.0.1
Published
<!-- usage --> ```sh-session $ 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 ... ``` <!-- usagestop --> # Commands <!-- commands --
Downloads
1
Readme
statc
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