Skip to content

devjiro76/coolsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

pretty console.log with cool-askii-faces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published