nobleman
v1.0.0
Published
Mobile Publish Tool
Downloads
1
Readme
nobleman
Mobile Publish Tool
Usage
$ npm install -g nobleman
$ nobleman COMMAND
running command...
$ nobleman (-v|--version|version)
nobleman/1.0.0 darwin-x64 node-v10.15.1
$ nobleman --help [COMMAND]
USAGE
$ nobleman COMMAND
...
Commands
nobleman hello [FILE]
describe the command here
USAGE
$ nobleman hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ nobleman hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
nobleman help [COMMAND]
display help for nobleman
USAGE
$ nobleman help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help