react-band-cli
v0.1.2
Published
The react-band command line interface.
Downloads
5
Readme
react-band-cli
The react-band command line interface.
Install
npm install -g react-band-cli
Create project
create a project with react-band skeleton:
react-band-cli init test -d as
Commands
init
create a folder named 'test' in the current directory and init project.
react-band-cli init test
| option | description | example | | - | - | - | | -t --template | init project with plain javascript or typescript. options: plain, typescript | react-band-cli init test -t typescript -d as | | -d --demo name | init project with the specific demo. Current provide these demos: default,basic,basic_menu,basic_menu_antd,redux_menu_antd,as | react-band-cli init test -d as | | -o --overwrite | init project, if the project folder has exsited, overwrite it. | react-band-cli init test -d as -o |