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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    2
  • 0.0.3
    1
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i node-more

Weekly Downloads

5

Version

0.0.4

License

MIT

Last publish

Collaborators

  • sergeyt