flickerlog

1.0.1 • Public • Published

flickerlog

Re-write node stdout for updating progress updates etc:

	var flickerlog = require( 'flickerlog' ),
	    flicker = flickerlog.flicker,
	    log = flickerlog.log;

	flicker( 'flickerlog.flicker prints strings that get overwritten' );
	setTimeout( function() {
	    		log( 'flickerlog.log prints strings normally' );
	}, 1000 );

looks like:

example

Note: If you mix flicker() and console.log(), you're gonna have a bad time.

/flickerlog/

    Package Sidebar

    Install

    npm i flickerlog

    Weekly Downloads

    5

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • julian.debhal