fastify-routes-table
v0.1.1
Published
A quick, debug-ish printout of the routes defined in your fastify.
Downloads
100
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-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.