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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    5
    • latest

Version History

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

Package Sidebar

Install

npm i flickerlog

Weekly Downloads

5

Version

1.0.1

License

MIT

Last publish

Collaborators

  • julian.debhal