0.0.4 • Published 5 years ago

react-active-admin v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

ra

react active admin

oclif Version Downloads/week License

Usage

$ npm install -g react-active-admin
$ ra COMMAND
running command...
$ ra (-v|--version|version)
react-active-admin/0.0.4 darwin-x64 node-v11.1.0
$ ra --help [COMMAND]
USAGE
  $ ra COMMAND
...

Commands

ra build

Build the react app

USAGE
  $ ra build

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/build.js

ra dev

Run the development server

USAGE
  $ ra dev

OPTIONS
  -p, --port=port  server port

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/dev.js

ra help [COMMAND]

display help for ra

USAGE
  $ ra help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

ra init

Init project

USAGE
  $ ra init

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/init.js