@weirdlookingjay/woodenlog

1.0.0 • Public • Published

WoodenLog

Minimalist log node messages module to add colors for console.log for specific type of log.

Installation

npm install woodenlog --save

Usage

var woodenlog = require('woodenlog');
// woodenlog.configurate(null, 'white', 'green', 'red');
woodenlog.log('just log!');
woodenlog.warn('this is a warning!');
woodenlog.error('this is an error!');

Tests

npm test

Release History

  • 1.0.0 Initial release

Readme

Keywords

Package Sidebar

Install

npm i @weirdlookingjay/woodenlog

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.56 kB

Total Files

5

Last publish

Collaborators

  • weirdlookingjay