Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1002 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 1002 Bytes

express-route-list-cli

Install

npm i express-route-list-cli

Overview

Provide an overview of all of the routes that are defined by your application from the command line.

Laravel (route:list) inspired cli command.

Usage

npx route-list --help

route-list <relative app file path>

Options:
      --version               Show version number                      [boolean]
  -p, --path                  filter endpoints by path                  [string]
  -m, --method                filter endpoints by method                [string]
  -w, --middleware            filter endpoints by middleware            [string]
  -f, --routingFiles          show routing files
  -d, --detailedRoutingFiles  show detailed routing files
      --help                  Show help                                [boolean]