Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvshu/koa2-creater
命令行快速创建一个 koa2 工程
https://github.com/dvshu/koa2-creater
Last synced: 6 days ago
JSON representation
命令行快速创建一个 koa2 工程
- Host: GitHub
- URL: https://github.com/dvshu/koa2-creater
- Owner: DvShu
- License: mit
- Created: 2018-12-13T06:57:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T19:52:15.000Z (over 3 years ago)
- Last Synced: 2025-01-05T12:09:21.967Z (6 days ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fs-spread
对于 `nodejs` 的 `fs` 模块进行了扩展。
## 使用
### 1. 安装
```nodejs
npm i koa2-creater -g
```
### 2. 使用
```nodejs
koa2 init test
```
命令说明:
#### koa2 init [name]
初始化一个 `koa2` 工程,执行这个命令后, 会询问一些配置选项:1. 是否需要使用session(koa-session),[y/n]?
2. 是否需要使用模板引擎(art-template),[y/n]?
3. 是否需要 mocha + supertest 进行单元测试,[y/n]?
4. 不填表示不使用mongo,[test@mongo:127.0.0.1:27017/test]