koa2.x you can use async/await . add mongoose for mongodb driver as default
To install generator-koa-start from npm, run:
npm install -g generator-koa-startInitiate the generator an empty project directory:
yo koa-startCreating a restful resource:
yo koa-start:resource carsfolked from this
which is based on Koa1.x & use generator instead of async/await . And some dependence need to be updated
Licensed under the MIT license.