Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T00:02:38.000Z (8 months ago)
- Last Synced: 2024-10-29T19:58:20.897Z (about 2 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.
[![npm](https://img.shields.io/npm/v/regauge?style=for-the-badge&cacheSeconds=360)](https://npmjs.org/package/regauge)
[![CircleCI](https://img.shields.io/circleci/build/github/itchef/regauge?style=for-the-badge&cacheSeconds=360&logo=CircleCi&circle-token=ae9a68f7db509eb9281e2890eac3f50af93dabd9)](https://circleci.com/gh/itchef/regauge)
[![DOWNLOADS](https://img.shields.io/npm/dy/regauge?style=for-the-badge&cacheSeconds=360)](https://npmjs.org/package/regauge)
[![npm bundle size](https://img.shields.io/bundlephobia/min/regauge?style=for-the-badge&cacheSeconds=360)](https://bundlephobia.com/result?p=regauge)
[![LICENSE](https://img.shields.io/npm/l/regauge?style=for-the-badge&cacheSeconds=360)
](./LICENSE)
[![WEBSITE](https://img.shields.io/badge/Official-Website-blue?style=for-the-badge&cacheSeconds=360)
](https://itchef.github.io/regauge)
[![CHAT](https://img.shields.io/gitter/room/itchef/regauge?style=for-the-badge)](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**