@hlljs/cli-run
v0.0.25
Published
> TODO: description
Downloads
2
Readme
@hlljs/cli-run
主要服务于
@hlljs/cli
, 提供项目的构建打包功能
Usage
npm install @hlljs/cli-run --registry=xxx
// 或
yarn add @hlljs/cli-run --registry=xxx
require("@hlljs/cli-run")({ env, mode }, options);
| 参数名 | 类型 | 说明 |
| --------- | ------ | -------------------------------------- |
| env
| String | 可选项有:dev
, test
, pre
, prod
|
| mode
| String | 可选项有:start
, build
|
| options
| String | commander.action 提供的 options |