Skip to content

pmahmud/blocky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blocky

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

Screenshot

blocky logo

Installation

> npm install blocky

Then require it in your 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');

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors