generator-koa2-api

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i generator-koa2-api

Weekly Downloads

0

Version

1.0.3

License

none

Last publish

Collaborators

  • coooody