1.0.0 • Published 7 years ago

vindern v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Vindern

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

Installation

 npm install vindern --save

Usage

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 test

Release History

  • 1.0.0 Initialrelease