1.1.2 • Published 6 years ago

express-api-routes-list v1.1.2

Weekly downloads
27
License
ISC
Repository
github
Last release
6 years ago

express-api-routes-list

Creates a pretty printed express routes table, suitable for printing to the command line or to be used in HTML.

const express = require('express');
const routesList = require('express-api-routes-list');

const app = express();

console.log(routesList(app).toString());  // Prints Command Line table
console.log(routesList(app).toHtml()); // Prints HTML table
1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago