woodenlog-jw
v2.0.0
Published
WoodenLog-jw
Downloads
1
Readme
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