tlylt-scripts
v0.0.1
Published
CLI toolbox for common scripts for my projects
Downloads
3
Readme
tlylt-scripts
CLI toolbox for common scripts for my projects
Usage
$ npm install -g tlylt-scripts
$ tlylt-scripts COMMAND
running command...
$ tlylt-scripts (-v|--version|version)
tlylt-scripts/0.0.1 win32-x64 node-v14.15.1
$ tlylt-scripts --help [COMMAND]
USAGE
$ tlylt-scripts COMMAND
...
Commands
tlylt-scripts hello [FILE]
describe the command here
USAGE
$ tlylt-scripts hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ tlylt-scripts hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
tlylt-scripts help [COMMAND]
display help for tlylt-scripts
USAGE
$ tlylt-scripts help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help