0.0.4 • Published 10 years ago

node-more v0.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

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');
});
0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago