A personal command line tool.
node >= 8.x.x
$ npm i -g kenote-cli
$ kenote -h
Usage: kenote [command] [options]
Options:
-V, --version output the version number
-p --port <port> set http server port
-t --tag <tag-name> choose a script tag.
-e --example <example-url> use a git repository url
-h, --help output usage information
Commands:
create [options] create a new project.
config get or set your configuration.
script|run [options] run npm scripts of project.
serve|http [options] simple http service.
deploy [options] Deploy your service to the server.
this repo is released under the MIT License.