0.0.1 • Published 1 year ago

@dallenbaldwin/quick-router v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

README

quick-roueter is a REST API utility that helps configure routes by moving all the boilerplate into a simple interface

changelog

Why use quick-router

building REST APIs can come with a lot of bolierplate

you might end up re-implementing the same helpers over and over again or worse, have lazy copy-pasta sprinkled throughout your codebase

the goal of quick-router is to remove as much bolierplate as possible, while still providing avenues for customization

Supported Server Packages

at this time, express is the only supported server package

want more? open an issue or submit a pull request

Installation

npm install express @dallen.baldwin/quick-router