A CLI tool to create and manage initial react project bundled with webpack, prettier and many more.
$ npm install -g regauge
$ regauge COMMAND
running command...
$ regauge (-v|--version|version)
regauge/0.5.0 darwin-x64 node-v11.5.0
$ regauge --help [COMMAND]
USAGE
$ regauge COMMAND
...
Generate new files. Such as components, modules etc.
USAGE
$ regauge generate GENERATOR NAME
ARGUMENTS
GENERATOR (component) What you want to generate
NAME Name of the generated element
OPTIONS
-h, --help show CLI help
ALIASES
$ regauge g
EXAMPLES
$ regauge generate component COMPONENT
$ regauge g c COMPONENT
See code: src/commands/generate.js
display help for rg
USAGE
$ regauge help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
To generate a new regauge project.
USAGE
$ regauge new APPNAME
ARGUMENTS
APPNAME Name of your application
OPTIONS
-h, --help show CLI help
See code: src/commands/new.js
Read our contributing guide and let's build a better regauge together.
We welcome all contributions. You can submit any ideas as pull requests or as GitHub issues.
Read the changelog to find out the release info of this project.
The MIT License