0.0.10 • Published 6 years ago

@baishuiz/b-cli v0.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

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