Skip to content

kajyr/fastify-routes-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A quick, debug-ish printout of the routes defined in your fastify instance.

Resources

License

Stars

Watchers

Forks

Packages

No packages published