1.0.1 • Published 7 years ago

saturdaynightrepo v1.0.1

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

Saturdaynightrepo

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

Installation

 npm install saturdaynightrepo --save

Usage

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

Tests

 npm test

Release History

  • 1.0.0 Initial release
  • 1.0.1 Due ciappini