1.0.0 • Published 7 years ago

metaljoints v1.0.0

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

MetalJoints

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

Installation

npm install metaljoints --save

Usage

var metaljoints = require('metaljoints');
// metaljoints.configurate(null, 'white', 'green', 'red');
metaljoints.log('just log!');
metaljoints.warn('this is a warning!');
metaljoints.error('this is an error!');

Tests

npm test

Release History

*1.0.0 Initial release