1.0.2 • Published 8 months ago

@jswork/routerx-cli v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

routerx-cli

Generate .routerrc file for react router.

version license size download

snapshot

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.