Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gauseen/feseed-cli

前端种子项目脚手架
https://github.com/gauseen/feseed-cli

cli frond-end project seed

Last synced: about 1 month ago
JSON representation

前端种子项目脚手架

Awesome Lists containing this project

README

        

## 前端种子项目脚手架

### 安装
```sh
npm install -g feseed-cli

# OR

yarn global add feseed-cli
```

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

fes init
```

举个 :chestnut:
```sh
fes init pos my-project
```

### 自定义

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

# 下载自定义模板
fes init / my-project
```