coolsole

0.0.7 • Public • Published

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

Package Sidebar

Install

npm i coolsole

Weekly Downloads

1

Version

0.0.7

License

MIT

Unpacked Size

80.8 kB

Total Files

5

Last publish

Collaborators

  • devjiro76