bkui-cli

0.1.4 • Public • Published

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]

Package Sidebar

Install

npm i bkui-cli

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

51.6 kB

Total Files

12

Last publish

Collaborators

  • blueking
  • ielgnaw
  • sundytt