1.0.3 • Published 5 years ago

console-green v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago