Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)