0.0.7 • Published 6 years ago

coolsole v0.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Coolsole

Description

Make your console output more pretty.
console.log with colored font & cool-askii-faces.
Funny face will say/inform/yell/shout with your message.

Install

yarn add coolsole
npm install --save coolsole

Import

import coolsole from 'coolsole'
const coolsole = require('coolsole')

Usage

coolsole.log("just String");
coolsole.info("arrays", {1: "with", 2: "Object"});
coolsole.warn([1, 2, 3]);
coolsole.warn("or", "arrays", "okay");
coolsole.error({1: "and Object", 2: "should be okay"});

Output

node

node

browser

browser

Author

devjiro76@gmail.com

License

MIT

    
0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

1.0.1

6 years ago

0.0.2

6 years ago