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

Readme

Keywords

Package Sidebar

Install

npm i node-more

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • sergeyt