Route List

screenshot of Route List
express

Beautifully shows Express/Koa/Hapi/Fastify routes in CLI.

Overview

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.

Features

  • Beautifully displays Express/Koa/Hapi/Fastify routes in CLI
  • Group routes with new line separation
  • Include or exclude routes based on HTTP methods
  • Include or exclude routes based on specific paths

Summary

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
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.