@4399ywkf/cli
v0.0.3
Published
运维开发部脚手架
Downloads
5
Readme
学习搭建cli脚手架
安装
全局安装
pnpm install -g @4399ywkf/cli
使用
创建模版
@4399ywkf/cli create <name> [-t|--template]
示例
@4399ywkf/cli create hello-cli -t dumi2-demo
不全局安装,借助npx
创建模版
npx @4399ywkf/cli create <name> [-t|--template]
示例
npx @4399ywkf/cli create hello-cli -template dumi2-demo