1.1.1 • Published 2 years ago

wuyou-cli v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

学习搭建cli脚手架

安装

全局安装

npm install -g wuyou-cli

or yarn

yarn global add wuyou-cli

使用

创建模版

wuyou-cli create <name> [-t|--template]

示例

wuyou-cli create hello-cli -t dumi2-demo

不全局安装,借助npx

创建模版

npx wuyou-cli create <name> [-t|--template]

示例

npx wuyou-cli create hello-cli -template dumi2-demo
1.1.1

2 years ago

1.1.0

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago