1.0.0 • Published 9 years ago
vindern v1.0.0
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
1.0.0
9 years ago