node-more

0.0.4 • Public • Published

Deps Status

more

NPM

Terminal pager of long output for nodejs

Installation

Install with npm:

$ npm install node-more

Or add it to the "dependencies" section of your package.json file.

Example

var print = require('node-more');
 
print(Array(100).join('long text\n')).done(function(){
    process.stdin.pause();
    console.log('end');
});

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i node-more

    Weekly Downloads

    5

    Version

    0.0.4

    License

    MIT

    Last publish

    Collaborators

    • sergeyt