https://github.com/zyyv/koa-cli
一个使用各种常用中间件的Koa脚手架(A scaffold that inherits various commonly used middleware)
https://github.com/zyyv/koa-cli
koa koa-cli tsup typescript
Last synced: 2 months ago
JSON representation
一个使用各种常用中间件的Koa脚手架(A scaffold that inherits various commonly used middleware)
- Host: GitHub
- URL: https://github.com/zyyv/koa-cli
- Owner: zyyv
- License: mit
- Created: 2021-06-15T12:26:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T06:24:43.000Z (over 4 years ago)
- Last Synced: 2025-03-29T02:47:51.734Z (about 1 year ago)
- Topics: koa, koa-cli, tsup, typescript
- Language: TypeScript
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# koa-cli
A scaffold that inherits various commonly used middleware
## middleware
- [ ] koa-anything
- [ ] jwt
- [ ] database
- [ ] apidoc
···
## commond
初始化项目
```
koa-cli init
```
使用模块
```
koa-cli use [...module]
```
开发环境
```
koa-cli dev
```
打包
```
koa-cli build
```
使用帮助
```
koa-cli [...commond] -h
```