saturdaynightrepo

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i saturdaynightrepo

Weekly Downloads

0

Version

1.0.1

License

ISC

Last publish

Collaborators

  • turtletwist