Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T06:24:43.000Z (about 3 years ago)
- Last Synced: 2024-12-15T16:53:39.998Z (18 days 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
```