cli-router
v0.4.1
Published
cli-router
Readme
cli-router
A simple Cli router to Controllers
Install with npm
$ yarn add cli-router
# or
$ npm install --save cli-routerUsage
Check for examples in ./examples folder;
Tests
# only test
$ yarn test
# test watch
$ yarn test:watchDeploy npm package
You can deploy package with:
$ npm run deploy [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease]This should run the following steps:
- Check if not tracked commits in git
- Run tests with
npm test - Upgrade version in
package.json, commit and add tag - Publish package in npmjs.com
License
"Azuki", "azk" and the Azuki logo are copyright (c) 2013-2017 Azuki Serviços de Internet LTDA.
azk source code is released under Apache 2 License.
Check LEGAL and LICENSE files for more information.

