This package has been deprecated

Author message:

WARNING: This project has been renamed to regauge. Install using regauge instead.

@itchef/rg-cli

0.2.0 • Public • Published

@itchef/rg-cli

A CLI tool to create and manage initial react project

npm DOWNLOADS npm bundle size LICENSE WEBSITE

Usage

$ npm install -g @itchef/rg-cli
$ rg COMMAND
running command...
$ rg (-v|--version|version)
@itchef/rg-cli/0.2.0 darwin-x64 node-v11.5.0
$ rg --help [COMMAND]
USAGE
  $ rg COMMAND
...

Commands

rg generate GENERATOR NAME

Generate new files. Such as components, modules etc.

USAGE
  $ rg generate GENERATOR NAME

ARGUMENTS
  GENERATOR  (component) What you want to generate
  NAME       Name of the generated element

OPTIONS
  -h, --help  show CLI help

ALIASES
  $ rg g

EXAMPLES
  $ rg generate component COMPONENT
  $ rg g c COMPONENT

See code: src/commands/generate.js

rg help [COMMAND]

display help for rg

USAGE
  $ rg help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

rg new APPNAME

To generate a new rg-cli project.

USAGE
  $ rg new APPNAME

ARGUMENTS
  APPNAME  Name of your application

OPTIONS
  -h, --help  show CLI help

See code: src/commands/new.js

License

The MIT License

Readme

Keywords

Package Sidebar

Install

npm i @itchef/rg-cli

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

12.5 kB

Total Files

15

Last publish

Collaborators

  • phoenixtw