printline

1.0.0 • Public • Published

When you have a tonne of data..

There are times you want to log so much data that you do cannot use console.log because those are too many lines...

Those are the moments you want to output your data in one (updating) line.

This is a quick module for exactly that purpose.

const printline = require('printline');
 
for( i=0; i<1000; i++){
    printline('We have now counted '+i+' times...');
}

Simple... now get back to code :-)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i printline

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • nguru