@dallenbaldwin/quick-router
v0.0.1
Published
BSL-1.0 - A simple utility which wraps as much REST router code as possible
Downloads
3
Readme
README
quick-roueter
is a REST API utility that helps configure routes by moving all the boilerplate into a simple interface
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