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 :-)

/printline/

    Package Sidebar

    Install

    npm i printline

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • nguru