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