0.1.1 • Published 3 years ago
fastify-routes-table v0.1.1
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-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.