NodeJS library to print colored message in the console.
Installation
npm install chalk-printer --save
Usage
const print = require('chalk-printer')
print.ok('hello world')
print.warn('hello world')
print.error('hello world')
print.trace('hello world')
print.log('hello world')