OCLIF-generated multi-command starter on TypeScript
- cli
- multi-command
- oclif
- starter
- template
- typescript
Alexander Lapygin <alexanderlapygin@gmail.com>
npm i
$ npm install -g oclif-multi-ts-starter
$ mycmd COMMAND
running command...
$ mycmd (-v|--version|version)
oclif-multi-ts-starter/0.1.0 win32-x64 node-v12.14.0
$ mycmd --help [COMMAND]
USAGE
$ mycmd COMMAND
...
describe the command here
USAGE
$ mycmd hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ mycmd hello
hello world from ./src/hello.ts!
See code: src\commands\hello.ts
display help for mycmd
USAGE
$ mycmd help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
Licensed under the MIT license.