0.1.4 • Published 4 years ago

bkui-cli v0.1.4

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

bkui-cli

Scaffold for bk web application

Install

$ npm i -g bkui-cli

Usage

# 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]