0.1.1 • Published 2 years ago

fastify-routes-table v0.1.1

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

fastify-routes-tables

fastify-routes-tables provides a simple printout of the routes declared for the Fastify web framework.

Getting started

First install the package:

npm i fastify-routes-tables

Next, set up the plugin:

const fastify = require("fastify");

fastify.register(require("fastify-routes-table"));

fastify-routes-table plugin will render a printout of the used routes and verbs.