Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
前端种子项目脚手架
- Host: GitHub
- URL: https://github.com/gauseen/feseed-cli
- Owner: gauseen
- Created: 2018-12-07T10:28:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T03:56:39.000Z (about 6 years ago)
- Last Synced: 2024-11-16T00:13:39.800Z (about 2 months ago)
- Topics: cli, frond-end, project, seed
- Language: TypeScript
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- 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
```