vindern

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i vindern

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • kaizertilt