Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

itchef/rg-cli-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rg-cli

A cli tool to generate react app

Usage

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

Commands

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 PROJECTNAME

To generate a new rg-cli project

USAGE
  $ rg new PROJECTNAME

ARGUMENTS
  PROJECTNAME  Name of your application

OPTIONS
  -h, --help  show CLI help

See code: src/commands/new.ts

License

The MIT License