0.0.25 • Published 3 years ago

@hlljs/cli-run v0.0.25

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@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);
参数名类型说明
envString可选项有:dev, test, pre, prod
modeString可选项有:start, build
optionsStringcommander.action 提供的 options