0.1.1 • Published 4 years ago

@template-cli/template v0.1.1

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

Template

Bootstrap new GitHub projects

This is unfinished software. Use at your own risk!

oclif Version Codecov Downloads/week License

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