Minimalist log node messages module to add colors for console.log for specific type of log.
npm install woodenlog --save
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!');
npm test
- 1.0.0 Initial release