A simple Cli router to Controllers
Install with npm
$ yarn add cli-router
# or
$ npm install --save cli-routerCheck for examples in ./examples folder;
# only test
$ yarn test
# test watch
$ yarn test:watchYou 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
"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.
