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