Skip to content

rootstrap/reax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reax - (Under development )

React Easy Admin X

it's waaay cooler with an X

oclif Version Downloads/week License

Usage

$ npm install -g reax
$ reax COMMAND
running command...
$ reax (-v|--version|version)
react-easy-admin-x/0.0.4 darwin-x64 node-v10.16.0
$ reax --help [COMMAND]
USAGE
  $ reax COMMAND
...

Commands

reax build

Build the react app

USAGE
  $ reax build

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/build.js

reax dev

Run the development server

USAGE
  $ reax dev

OPTIONS
  -p, --port=port  server port

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/dev.js

reax help [COMMAND]

display help for reax

USAGE
  $ reax help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

reax init

Init project

USAGE
  $ reax init

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/init.js