bkui-cli
===
Scaffold for bk web application
Install
------
$ npm i -g bkui-cli
Usage
---
``bash
show bkui-cli info
bkui -h
show bkui init info
bkui init -h
initialize project in current directory
bkui init
initialize project in the specified directory
bkui init [directory]
example with custom http Proxy and custom npm registry
bkui init [directory] -p=http://localhost:8080 -r=https://registry.npmjs.org
bkui init options
Options:
-p, --proxy HTTP Proxy [string] [default: ""]
-r, --registry NPM Registry [string] [default: "https://registry.npm.taobao.org"]
-o, --offline Offline mode [boolean] [default: false]
-h, --help Show help [boolean]
``