Lightweight console color logger for node.js
Using npm
$ npm install coa-echo
Using yarn
$ yarn add coa-echo
import { echo } from 'coa-echo'
echo.log('log black')
echo.warn('warn yellow')
echo.info('info magenta')
echo.error('error red')
echo.grey('grey')
echo.blue('blue')
echo.green('green')
echo.cyan('cyan')
Note: Typescript is highly recommended