0.3.0 • Published 4 months ago

@robinblomberg/debug v0.3.0

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

Debug

Simple console alternative that adds an icon and a color to your terminal messages.

Installation

npm install @robinblomberg/debug

Usage

debug('Debug');
// 'Debug'

debug.error('Error');
// '✗ Error'

debug.info('Info');
// '• Info'

debug.success('Success');
// '✓ Success'

debug.warn('Warn');
// '⚠ Warn'
0.3.0

4 months ago

0.2.1

2 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago