0.1.10 • Published 4 years ago

versionable-express-router v0.1.10

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Version Express Router

This package provides several decorators to make it easy to build up routers for APIs with a multiple version control, parameter validations and pre/post processing injector.

Development

You can link the library by running the following command on root directory.

> npm link

Then, move to a project that is supposed to be linked to the library and run the following command.

> npm link version-express-router

If there is no issues, the library will be shown in the node_modules directory on your test project.

Useful Environment Variables

DEBUG_VERSIONABLE_EXPRESS_ROUTER - If it sets 1, debugging information will be shown in STDOUT.

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago