https://github.com/gauseen/feseed-cli
前端种子项目脚手架
https://github.com/gauseen/feseed-cli
cli frond-end project seed
Last synced: about 2 months ago
JSON representation
前端种子项目脚手架
- Host: GitHub
- URL: https://github.com/gauseen/feseed-cli
- Owner: gauseen
- Created: 2018-12-07T10:28:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T03:56:39.000Z (over 7 years ago)
- Last Synced: 2025-10-23T01:29:30.920Z (8 months ago)
- Topics: cli, frond-end, project, seed
- Language: TypeScript
- Size: 20.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```