Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Julien-R44/pretty-list-routes

Repository files navigation

Pretty List Routes

🛣️ A beautiful `list:routes` for your AdonisJS application.

⚠️ This package is now deprecated and integrated directly into @adonis/core since version 5.6.0

Installation

npm install pretty-list-routes
node ace configure pretty-list-routes

Usage

Usage: node ace routes:pretty-list

Flags
  -f, --verbose  boolean  Display more information
  -r, --reverse  boolean  Reverse routes display
  -j, --json     boolean  Output to JSON
  -m, --method   string   Filter routes by method
  -p, --path     string   Filter routes by path
  -n, --name     string   Filter routes by name
  -h  --help     boolean  Show help