Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 424 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 424 Bytes

学习搭建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