1.0.4 • Published 9 years ago

express-router-printer v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

express-router-printer

small node static server

Install

npm install express-router-printer

Usage

var server = require('express')();

var options = {
    // table header
    header: ['API PATH', 'API METHOD'],

    // show statistics at the end of table
    showStatistics: true,

    // auto print the table, if false, module will return the table object
    autoPrint: true,

    // other routeres
    othersRouters: []
};

require('express-router-printer')(server, options);
1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago