1.0.9 • Published 9 years ago

yhd-cli v1.0.9

Weekly downloads
5
License
ISC
Repository
github
Last release
9 years ago

快速生成项目框架的脚手架

  • 支持列表
    • vue项目
    • react项目

##安装教程

npm install yhd-cli -g

使用教程

# 创建项目
yhd create 项目名 --项目类型
yhd create myProject --vue

# 删除项目
yhd remove 项目名
yhd remove myProject

# 查询可创建的项目类型
yhd list

# 手动配置自己的项目地址
yhd config set 项目名 项目地址
yhd config set vue https://github.com/baby2011/vue-cli.git

#查看某应项目类型对象的仓库地址
yhd config get 项目类型
thd config get vue

# 其他命令
yhd use npm/cnpm (切换npm或者cnpm)
1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago