Skip to content

sergeyt/more

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deps Status devDependency Status

NPM

more

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

About

Terminal pager of long output for nodejs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published