Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T09:07:04.000Z (about 5 years ago)
- Last Synced: 2024-10-01T02:21:45.361Z (about 1 month 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
[![NPM version](https://img.shields.io/npm/v/template-koa2.svg?style=flat)](https://npmjs.com/package/template-koa2)
[![NPM downloads](https://img.shields.io/npm/dm/template-koa2.svg?style=flat)](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)