Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```