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

https://github.com/pana/koa-generator

An yeoman koa application generator
https://github.com/pana/koa-generator

Last synced: 6 months ago
JSON representation

An yeoman koa application generator

Awesome Lists containing this project

README

          

koa yeoman generator
====

## Usage
You should already install node & npm.

```
$ npm install -g yo
$ npm install -g generator-koaapp
$ mkdir new-project && cd $_
$ yo koaapp
```

## Middlewares

* [router](https://github.com/alexmingoia/koa-router)
* [logger](https://github.com/koajs/logger)
* [koa-ejs](https://github.com/koajs/ejs) You can also use [koa-view](https://github.com/queckezz/koa-views)
* [static files](https://github.com/koajs/static)
* [ORM sequelize](http://docs.sequelizejs.com/en/latest/)
* [error handler](https://github.com/koajs/error)
* [session & cookie](https://github.com/koajs/session), [a generic one](https://github.com/koajs/generic-session)
* [body-parser](https://github.com/dlau/koa-body)
* [nested query string support](https://github.com/koajs/qs)