Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 573 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 573 Bytes

Contributing

Development

$ git clone https://github.com/LackZero/koa-logger.git
# npm & yarn is not allowed.
$ pnpm

调试

Build

启动编译。

$ npm run build

Test

$ npm run test

Pull Request Etiquette