1.0.1 • Published 4 years ago

@leepster/node-console v1.0.1

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

node-console

Adds standard colors to the console.

console.info // will appear in blue
console.warn // will appear in yellow
console.error // will appear in red

Installation

npm i @leepster/node-console

Usage

Add the following to the entry point of your application

// CommonJS
require('@leepster/node-console')
// ES6 or TypeScript
import '@leepster/node-console'
1.0.1

4 years ago

1.0.0

4 years ago