woodenlog-mbooali

1.0.0 • Public • Published

WoodenLog

This is a test project for learning MEAN stack better. I'm learning that from this book: https://www.amazon.com/MEAN-Stack-Development-Elad-Elrom-ebook/dp/B01N5AIZ7G

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

Installation

npm install woodenlog --save

Usage

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

Tests

npm test

Release History

  • 1.0.0 Initial release

Readme

Keywords

none

Package Sidebar

Install

npm i woodenlog-mbooali

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

2.58 kB

Total Files

4

Last publish

Collaborators

  • mbooali