blocky
Version:
Yet another colored console logger. Print your messages in colorful blocks.
31 lines (24 loc) • 570 B
Markdown
# blocky
Yet another colored console logger. Print your messages in colorful blocks.
#### Installation
```bash
> npm install blocky
```
Then require it in yor module:
```javascript
blocky = require('blocky');
```
#### Example
```javascript
blocky.red('hello world');
blocky.error('hello world');
```
```javascript
blocky.yellow('hello world');
blocky.warning('hello world');
```
```javascript
blocky.yellow('hello world');
blocky.warning('hello world');
```
