0.4.8 • Published 1 year ago

honeycomb-cli v0.4.8

Weekly downloads
108
License
-
Repository
-
Last release
1 year ago

honeycomb-cli

the Command line tools for honeycomb app dev.

English | 中文

Installation

npm install honeycomb-cli -g

Usage

Initialize an App

honeycomb init [-t template] [-s scope] [--registry registry] [directory]
  • template, app template, default is simple, console is also available
  • scope, npm scope, you can specify npm scope to get private templates, e.g. -s @ali
  • registry, npm registry, it will download packages from the default npm registry, if your network is slow, you can use npm mirrors like https://registry.npm.taobao.org
  • directory, 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 is production

Global Config

// display config
honeycomb config KEY

// set config
honeycomb config KEY VALUE
  • currently, only registry config 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

1 year ago

0.4.7

2 years ago

0.4.6

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.1

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.0

3 years ago

0.3.4

3 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.0

5 years ago

0.2.28

5 years ago

0.2.27

5 years ago

0.2.26

5 years ago

0.2.25

5 years ago

0.2.24

5 years ago

0.2.23-pack.1

6 years ago

0.2.23

6 years ago

0.2.22

6 years ago

0.2.15-pack.1

6 years ago

0.2.21

6 years ago

0.2.20

6 years ago

0.2.19

6 years ago

0.2.18

6 years ago

0.2.17

6 years ago

0.2.16

6 years ago

0.2.15

6 years ago

0.2.14

6 years ago

0.2.12

6 years ago

0.2.11

6 years ago

0.2.10

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.0.0

7 years ago