Lightweight console color logger for node.js
Using npm
$ npm install coa-echoUsing yarn
$ yarn add coa-echoimport { 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