Skip to content

Yeoman generator for creating REST APIs with Express

License

Notifications You must be signed in to change notification settings

Jeff-P7/generator-exprest-api

 
 

Repository files navigation

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

About

Yeoman generator for creating REST APIs with Express

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • EJS 83.6%
  • JavaScript 16.0%
  • Shell 0.4%