express-toolbelt
v0.1.3
Published
Set of tools for building REST API
Downloads
2
Readme
Express Toolbelt
Express toolbelt is a library of tools for building REST APIs. Tools are not dependent, so you may use some, or fallback to express for better control. This package is under heavy development, so I don't suggest using it in production, unless you want to contribute. :)
Currently offers:
- Controller
- PostgresModel
- Migration
Installation
- npm:
npm install express-toolbelt --save
- yarn:
yarn add express-toolbelt
Documentation
You can check documentation on github pages: