@sanlang/cli
v0.0.8
Published
cli ===
Downloads
3
Readme
cli
Usage
$ npm install -g @sanlang/cli
$ cli COMMAND
running command...
$ cli (-v|--version|version)
@sanlang/cli/0.0.8 darwin-arm64 node-v20.11.1
$ cli --help [COMMAND]
USAGE
$ cli COMMAND
...
Commands
cli create [FILE]
拉取脚手架cli工具
USAGE
$ cli create [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ cli create
See code: src/commands/create.ts
cli help [COMMAND]
display help for cli
USAGE
$ cli help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
cli run [IP]
describe the command here
USAGE
$ cli run [IP]
OPTIONS
-h, --help show CLI help
-i, --ip=ip get your ip address
EXAMPLE
$ langcli ip
See code: src/commands/run.ts