@baishuiz/b-cli
v0.0.10
Published
b-cli
Downloads
10
Readme
B-CLI
Installing the CLI
npm install -g grunt-cli # if no grunt
npm install -g @baishuiz/b-cli --unsafe-perm
This will put the b command in your system path, allowing it to be run from directory.
Create Project
b init my-project-name
It will create a directory called my-project-name
inside the current folder.
Inside that directory, it will generate the initial project structure.
Build App
build webapp
b build webapp [--debug]
build IOS
b build IOS
build Android
b build Android