0.0.5 • Published 5 years ago

feseed-cli v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

前端种子项目脚手架

安装

npm install -g feseed-cli

# OR

yarn global add feseed-cli

使用

fes list  # 查看所有可用种子项目模板

fes init <template-name> <project-name>

举个 :chestnut:

fes init pos my-project

自定义

# 查看自定义用户名或组织名下可用项目列表
fes list <username>

# 下载自定义模板
fes init <username>/<repo> my-project