0.0.13 • Published 1 year ago

@crpjs/cli-run v0.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@crpjs/cli-run

主要服务于 @crpjs/cli, 提供项目的构建打包功能

Usage

npm install @crpjs/cli-run  --registry=xxx
// 或
yarn add @crpjs/cli-run --registry=xxx

require("@crpjs/cli-run")({ env, mode }, options);
参数名类型说明
envString可选项有:dev, test, pre, prod
modeString可选项有:start, build
optionsStringcommander.action 提供的 options