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

/generator-exprest-api/

    Package Sidebar

    Install

    npm i generator-exprest-api

    Weekly Downloads

    57

    Version

    4.6.1

    License

    MIT

    Unpacked Size

    198 kB

    Total Files

    107

    Last publish

    Collaborators

    • arthurfauq