https://github.com/zcong1993/template-koa2
SAO template for koa2
https://github.com/zcong1993/template-koa2
boilerplate koa2 sao-template ssao template-koa2
Last synced: 7 months ago
JSON representation
SAO template for koa2
- Host: GitHub
- URL: https://github.com/zcong1993/template-koa2
- Owner: zcong1993
- License: mit
- Created: 2017-03-31T09:10:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T09:07:04.000Z (about 6 years ago)
- Last Synced: 2025-03-21T04:49:22.326Z (7 months ago)
- Topics: boilerplate, koa2, sao-template, ssao, template-koa2
- Language: JavaScript
- Size: 36.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-koa2
[](https://npmjs.com/package/template-koa2)
[](https://npmjs.com/package/template-koa2)> SAO template for koa2
## Changelog
- support auto reload on dev mode
- support test
- use [autod](https://github.com/node-modules/autod) bump version## Usage
Install [SAO](https://github.com/egoist/sao) first.
### From git
```bash
$ sao zcong1993/template-koa2 [your project name] --install
```### From npm
```bash
$ npm install -g template-koa2
$ sao koa2
```## License
MIT © [zcong1993](github.com/zcong1993)