2.0.0 • Published 7 years ago

woodenlog-jw v2.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

WoodenLog-jw

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

 npm install woodenlog-jw --save

##Usage

var wooodenlog-jw = require('woodenlog-jw');
wooodenlog-jw.log('just log!');
wooodenlog-jw.warn('this is a warning');
wooodenlog-jw.error(this is an error);

##Test

 npm test

##Release History *1.0.0 Initial release