Yeoman generator to scaffold koa.js API with eslint, editorconfig and jest.
First install the yeoman genrator cli
npm install yo
Then install this project
npm install generator-koajs
Create a directory where you want to create the scaffolded api and cd into it
mkdir slick-api
cd slick-api
Then run the generator
yo koajs
This generate will generate a koa.js seed project that will include the following components: