0.1.2 • Published 3 years ago

react-band-cli v0.1.2

Weekly downloads
50
License
MIT
Repository
github
Last release
3 years ago

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
optiondescriptionexample
-t --templateinit project with plain javascript or typescript. options: plain, typescriptreact-band-cli init test -t typescript -d as
-d --demo nameinit project with the specific demo. Current provide these demos: default,basic,basic_menu,basic_menu_antd,redux_menu_antd,asreact-band-cli init test -d as
-o --overwriteinit project, if the project folder has exsited, overwrite it.react-band-cli init test -d as -o