Yet another colored console logger. Print your messages in colorful blocks.
> npm install blockyThen require it in your module:
blocky = require('blocky');blocky.red('hello world');
blocky.error('hello world');blocky.yellow('hello world');
blocky.warning('hello world');blocky.yellow('hello world');
blocky.warning('hello world');