🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

express-route-list-cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-route-list-cli

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

2.0.6
latest
Version published
Weekly downloads
50
25%
Maintainers
1
Weekly downloads
 
Created

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]

FAQs

Package last updated on 22 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts