vindern
v1.0.0
Published
Log colors
Readme
Vindern
Minimalist log node messages module to add colors for console.log for specific type of log.
Installation
npm install vindern --saveUsage
var vindern = require('vindern');
// vindern.configurate(null, 'white', 'green', 'red');
vindern.log('just log!');
vindern.warn('this is a warning!');
vindern.error('this is an error!');Tests
npm testRelease History
- 1.0.0 Initialrelease
