1.0.3 • Published 6 years ago

console-green v1.0.3

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

console-green

A lightweight package for making your console messages green with console.green()

Installation

npm i console-green

Usage

require('console-green');

Now you are free to use console.green() where you would normally use console.log()!

Example

console.log('This is boring and dreary!');

console.green('This comes out a fantastic green!');
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago