Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 2.53 KB

README.md

File metadata and controls

55 lines (40 loc) · 2.53 KB

Express / Rest API generator

Yeoman generator for creating REST APIs with Express

Included

  • TypeScript support
  • RESTful API - Using Express
  • Dependency injection - Using typedi
  • Standard error responses - Using http-errors
  • HTTP requests logging - Using morgan

Features / options

Installation

First, install Yeoman and generator-exprest-api using npm.

yarn global add yo generator-exprest-api

Usage

Then generate your new project with:

yo exprest-api

NOTE: No need to create a new folder before running the command, the generator will do it for you.

License

MIT © Arthur Fauquenot