debug-ext

1.0.0 • Public • Published

debug-ext

An extension to debug module

At this point just Node.js environment is supported.

Updates debug utility with following functionalities:

  • Removes obligatory milliseconds diff information
  • Assures that one namespace in all cases is output with same color
  • Provides simple progress bar functionality for long-taking tasks:
var debug = require('debug-ext')('ns');
debug.open("Parse data");
..
debug.progress(); // increment progress
...
debug.close(); // Mark task as done

Build Status

Readme

Keywords

Package Sidebar

Install

npm i debug-ext

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • medikoo