generator-exprest-api

4.6.1 • Public • Published

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

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.

TODO

  • [ ] Add internationalized validation errors
  • [ ] Add multer for file upload support
  • [ ] Migrate ORM to MikroORM ?
  • [ ] Add user.verifiedAt property

License

MIT © Arthur Fauquenot

Dependencies (4)

Dev Dependencies (6)

Package Sidebar

Install

npm i generator-exprest-api

Weekly Downloads

11

Version

4.6.1

License

MIT

Unpacked Size

198 kB

Total Files

107

Last publish

Collaborators

  • arthurfauq