0.4.8 • Published 3 years ago
honeycomb-cli v0.4.8
honeycomb-cli
the Command line tools for honeycomb app dev.
English | 中文
Installation
npm install honeycomb-cli -gUsage
Initialize an App
honeycomb init [-t template] [-s scope] [--registry registry] [directory]template, app template, default issimple,consoleis also availablescope, npm scope, you can specify npm scope to get private templates, e.g.-s @aliregistry, npm registry, it will download packages from the default npm registry, if your network is slow, you can use npm mirrors likehttps://registry.npm.taobao.orgdirectory, the folder which contains app files, default is the current folder
Start an App
cd path/to/app
honeycomb start [-p port] [-o domain] [--inspect]port, app's listen port, default is 8001-o domain, open browser with the domain after app's started
Pack an App
cd path/to/app
honeycomb package [-env env]env, load specific env config, default isproduction
Global Config
// display config
honeycomb config KEY
// set config
honeycomb config KEY VALUE- currently, only
registryconfig is supported
minify config
package.json
{
"minify": {
"ignoreNodeModules": false // 跳过node_modules目录
}
}Others
You can use honeycomb --help and honeycomb COMMAND --help to get full commands and full options.
0.4.8
3 years ago
0.4.7
4 years ago
0.4.6
4 years ago
0.4.5
4 years ago
0.4.4
4 years ago
0.4.1
4 years ago
0.4.3
4 years ago
0.4.2
4 years ago
0.4.0
5 years ago
0.3.4
5 years ago
0.3.3
6 years ago
0.3.2
6 years ago
0.3.0
6 years ago
0.2.28
6 years ago
0.2.27
6 years ago
0.2.26
7 years ago
0.2.25
7 years ago
0.2.24
7 years ago
0.2.23-pack.1
7 years ago
0.2.23
7 years ago
0.2.22
7 years ago
0.2.15-pack.1
7 years ago
0.2.21
7 years ago
0.2.20
7 years ago
0.2.19
7 years ago
0.2.18
7 years ago
0.2.17
7 years ago
0.2.16
7 years ago
0.2.15
7 years ago
0.2.14
7 years ago
0.2.12
8 years ago
0.2.11
8 years ago
0.2.10
8 years ago
0.2.9
8 years ago
0.2.8
8 years ago
0.2.7
8 years ago
0.2.6
8 years ago
0.0.0
8 years ago