0.1.3 • Published 7 years ago

express-toolbelt v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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:

Express Toolbelt Documentation