@template-cli/template
v0.1.1
Published
Bootstrap new GitHub projects
Downloads
9
Maintainers
Readme
Template
Bootstrap new GitHub projects
This is unfinished software. Use at your own risk!
Usage
$ npm install -g @template-cli/template
$ template COMMAND
running command...
$ template (-v|--version|version)
@template-cli/template/0.1.0 darwin-x64 node-v12.8.1
$ template --help [COMMAND]
USAGE
$ template COMMAND
...
Commands
template hello [FILE]
describe the command here
USAGE
$ template hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ template hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
template help [COMMAND]
display help for template
USAGE
$ template help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help