1.2.2 • Published 4 years ago

generator-koajs v1.2.2

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

Generate a seed koa.js project

Build status

Yeoman generator to scaffold koa.js API with eslint, editorconfig and jest.

Installation

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

A opinionated koa.js seed project generator

This generate will generate a koa.js seed project that will include the following components: