Skip to content

DiegoB-7/woodenlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published