1.0.1 • Published 9 years ago

flickerlog v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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.

1.0.1

9 years ago

1.0.0

9 years ago