cordova-release-tools
v0.0.1
Published
Tools for releasing Apache Cordova packages
Downloads
4
Readme
cordova-release-tools
Tools for releasing Apache Cordova packages
Usage
$ npm install -g cordova-release-tools
$ cort COMMAND
running command...
$ cort (-v|--version|version)
cordova-release-tools/0.0.1 win32-x64 node-v12.3.1
$ cort --help [COMMAND]
USAGE
$ cort COMMAND
...
Commands
cort hello
Describe the command here
USAGE
$ cort hello
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src\commands\hello.js
cort help [COMMAND]
display help for cort
USAGE
$ cort help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help