regauge

0.5.0 • Public • Published

regauge

A CLI tool to create and manage initial react project bundled with webpack, prettier and many more.

npm CircleCI DOWNLOADS npm bundle size LICENSE WEBSITE CHAT

Usage

$ 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 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

regauge help [COMMAND]

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

regauge new APPNAME

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

Contributing

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.

License

The MIT License

Readme

Keywords

Package Sidebar

Install

npm i regauge

Weekly Downloads

1

Version

0.5.0

License

MIT

Unpacked Size

40.5 kB

Total Files

35

Last publish

Collaborators

  • phoenixtw