Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 796 Bytes

File metadata and controls

37 lines (24 loc) · 796 Bytes

Yeoman koa RESTful generator

wercker status

Feature

koa2.x you can use async/await . add mongoose for mongodb driver as default

Install

To install generator-koa-start from npm, run:

npm install -g generator-koa-start

Initiate the generator an empty project directory:

yo koa-start

Usage

Creating a restful resource:

yo koa-start:resource cars

folked from this

which is based on Koa1.x & use generator instead of async/await . And some dependence need to be updated

License

Licensed under the MIT license.