route-listing

1.0.3 • Public • Published

Route Listing

This allows you to view the routes of an express app when you startup your app.

To use:

var routeListing = require('route-listing');
//express routes using a router instance;
var routes = require('./routes');
app.use('/', routes);
routeListing(routes.stack, '');

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i route-listing

Weekly Downloads

0

Version

1.0.3

License

Unlicense

Last publish

Collaborators

  • kev_nz