blocky
v0.0.1
Published
Yet another colored console logger. Print your messages in colorful blocks.
Downloads
48
Maintainers
Readme
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');