1.0.1 • Published 4 years ago
@leepster/node-console v1.0.1
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'