@jswork/routerx-cli
v1.0.2
Published
Generate .routerrc file for react router.
Downloads
8
Readme
routerx-cli
Generate .routerrc file for react router.
installation
# public
npm i -g @jswork/routerx-cli
# private
git clone https://github.com/afeiship/routerx-cli.git
cd routerx-cli
npm i && npm link
usage
Usage: routerx-cli [options]
Options:
-V, --version output the version number
-d, --debug only show cmds, but not clean.
-s, --src <string> source filepath. (default: "./src")
-h, --help display help for command
license
Code released under the MIT license.