fastify-routes-table
v0.1.1
Published
A quick, debug-ish printout of the routes defined in your fastify.
Readme
fastify-routes-tables
fastify-routes-tables provides a simple printout of the routes declared for the [Fastify][fastify] web framework.
Getting started
First install the package:
npm i fastify-routes-tablesNext, 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.
