0.0.10 • Published 1 year ago
jsdesign-material-cli v0.0.10
jsdesign-material-cli
用于物料的管理和维护
安装
npm install -g jsdesign-migration-cli --registry 私域地址
使用
Usage: jsm <command> [options]
Options:
-V, --version output the version number
--debug 打开调试模式
-h, --help display help for command
Commands:
install|i [options] 安装物料
update|u [version] 更新
clean 清空缓存文件
help [command] display help for command
安装物料
Usage: jsm install|i [options]
安装物料
Options:
-p, --path <path> 物料的安装位置
-f, --force 覆盖当前路径文件(谨慎使用)
-h, --help display help for command
jsm install
显示物料列表,选择你要安装的物料
物料更新(TODO)
jsm update
开发
npm run start