1.0.3 • Published 7 years ago

generator-koa2-api v1.0.3

Weekly downloads
11
License
-
Repository
github
Last release
7 years ago

generator-koa2-api NPM version Build Status

koa2 rest api project template

Installation

First, install Yeoman and generator-koa2-api using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-koa2-api

Then generate your new project:

yo koa2-api

Introduction

Node Rest Api

A simple template for building a node restful api service

Technology Stack

  • nodejs
  • koa2
  • mongoose
  • mocha
  • swagger-jsdoc

Project Introduction

  • suppot ES6/ES7 features
  • using ESlint followed Airbnb JavaScript Style Guide
  • using swagger-jsdoc to manage the document. Visualize document using Swagger UI.

For more information about the project: Document

License

© MIT

1.0.3

7 years ago

1.0.2

7 years ago