# jgb-cli

```shell
npm i -g jgb-cli #全局安装
```



## 开始

```shell
jgb build #编译
jgb build --watch #监听
jgb build --no-cache #不使用cache

jgb build --help #具体查看help命令
```

