Beautifully shows Express/Koa/Hapi/Fastify routes in CLI.
The route-list tool is a CLI application that beautifully displays Express, Koa, Hapi, and Fastify routes in the command line interface. It offers options to group routes, display routes based on HTTP methods, and include/exclude routes based on specific paths.
The route-list tool is a convenient CLI application for visualizing routes in Express, Koa, Hapi, and Fastify applications. With its ability to group routes, show routes based on HTTP methods, and include/exclude specific paths, it offers a helpful tool for developers working on Node.js server projects. The tool is licensed under the MIT license and contributions are welcome.
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.