0.0.1 • Published 9 years ago

blocky v0.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
9 years ago

blocky

Yet another colored console logger. Print your messages in colorful blocks.

Installation

> npm install blocky

Then require it in yor module:

blocky = require('blocky');

Example

blocky.red('hello world');
blocky.error('hello world');
blocky.yellow('hello world');
blocky.warning('hello world');
blocky.yellow('hello world');
blocky.warning('hello world');

blocky logo