https://itchef.github.io/regauge/
A CLI tool to create and manage initial react project bundled with webpack, prettier and many more.
https://itchef.github.io/regauge/
cli generator itchef react rg-cli webpack
Last synced: 5 months ago
JSON representation
A CLI tool to create and manage initial react project bundled with webpack, prettier and many more.
- Host: GitHub
- URL: https://itchef.github.io/regauge/
- Owner: itchef
- License: other
- Archived: true
- Created: 2019-05-22T19:30:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T00:02:38.000Z (12 months ago)
- Last Synced: 2024-10-29T19:58:20.897Z (6 months ago)
- Topics: cli, generator, itchef, react, rg-cli, webpack
- Language: JavaScript
- Homepage: https://itchef.github.io/regauge
- Size: 321 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-docsify - Regauge - A command line interface for react app bundled with webpack, prettier and many more. (Showcase)
README
regauge
==============A CLI tool to create and manage initial react project bundled with webpack, prettier and many more.
[](https://npmjs.org/package/regauge)
[](https://circleci.com/gh/itchef/regauge)
[](https://npmjs.org/package/regauge)
[](https://bundlephobia.com/result?p=regauge)
[
](./LICENSE)
[
](https://itchef.github.io/regauge)
[](https://gitter.im/Itcheforg/regauge)* [Usage](#usage)
* [Commands](#commands)
* [Contributing](#contributing)
* [License](#license)# Usage
```sh-session
$ 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
...
```
# Commands## `regauge generate GENERATOR NAME`
Generate new files. Such as components, modules etc.
```
USAGE
$ regauge generate GENERATOR NAMEARGUMENTS
GENERATOR (component) What you want to generate
NAME Name of the generated elementOPTIONS
-h, --help show CLI helpALIASES
$ regauge gEXAMPLES
$ regauge generate component COMPONENT
$ regauge g c COMPONENT
```_See code: [src/commands/generate.js](https://github.com/ITChef/regauge/blob/v0.2.0/src/commands/generate.js)_
## `regauge help [COMMAND]`
display help for rg
```
USAGE
$ regauge help [COMMAND]ARGUMENTS
COMMAND command to show help forOPTIONS
--all see all commands in CLI
```_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.6/src/commands/help.ts)_
## `regauge new APPNAME`
To generate a new regauge project.
```
USAGE
$ regauge new APPNAMEARGUMENTS
APPNAME Name of your applicationOPTIONS
-h, --help show CLI help
```_See code: [src/commands/new.js](https://github.com/ITChef/regauge/blob/v0.2.0/src/commands/new.js)_
# Contributing
Read our [contributing guide](./CONTRIBUTING.md) and let's build a better regauge together.
We welcome all contributions. You can submit any ideas as [pull requests](https://github.com/itchef/regauge/pulls) or as [GitHub issues](https://github.com/itchef/regauge/issues).
# [Changelog](https://itchef.github.io/regauge/#/pages/Changelog)
Read the [changelog]((https://itchef.github.io/regauge/#/pages/Changelog)) to find out the release info of this project.
# License
**The MIT License**