it's waaay cooler with an X
$ 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
...
Build the react app
USAGE
$ reax build
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/build.js
Run the development server
USAGE
$ reax dev
OPTIONS
-p, --port=port server port
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/dev.js
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
Init project
USAGE
$ reax init
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/init.js