@dallenbaldwin/quick-router
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @dallenbaldwin/quick-router

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

225 kB

Total Files

73

Last publish

Collaborators

  • dallenbaldwin