Skip to content

gauseen/feseed-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

前端种子项目脚手架

安装

npm install -g feseed-cli

# OR

yarn global add feseed-cli

使用

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

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

举个 🌰

fes init pos my-project

自定义

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

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

Releases

No releases published

Packages

No packages published