@nafkhanzam/nz-cli
v0.0.29
Published
command utilities for nafkhanzam projects
Downloads
26
Readme
nz-cli
command utilities for nafkhanzam projects
Usage
$ npm install -g @nafkhanzam/nz-cli
$ nz COMMAND
running command...
$ nz (-v|--version|version)
@nafkhanzam/nz-cli/0.0.29 linux-x64 node-v17.8.0
$ nz --help [COMMAND]
USAGE
$ nz COMMAND
...
Commands
nz check:package
USAGE
$ nz check:package
OPTIONS
-c, --config=config Configuration file path.
See code: src/commands/check/package.ts
nz gen:all
USAGE
$ nz gen:all
OPTIONS
-c, --config=config Configuration file path.
See code: src/commands/gen/all.ts
nz gen:assets
USAGE
$ nz gen:assets
OPTIONS
-c, --config=config Configuration file path.
See code: src/commands/gen/assets.ts
nz gen:class
USAGE
$ nz gen:class
OPTIONS
-c, --config=config Configuration file path.
See code: src/commands/gen/class.ts
nz gen:exports
USAGE
$ nz gen:exports
OPTIONS
-c, --config=config Configuration file path.
See code: src/commands/gen/exports.ts
nz gen:urls
USAGE
$ nz gen:urls
OPTIONS
-c, --config=config Configuration file path.
See code: src/commands/gen/urls.ts
nz help [COMMAND]
display help for nz
USAGE
$ nz help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help