2.0.1 • Published 5 years ago

spicy-console v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

spicy-console

Console logging with a touch of spice šŸŒ¶ļø


To use:

const cnsl = require('spicy-console');

cnsl('Hello, World!');

šŸ‘‡ then

screenshot

šŸ‘‡ then

Wonder how you ever lived without this.


Optionally include:noborder, nobackground, noemoji, or nopadding in an array to adjust the output to your liking.

Examples:

const cnsl = require('spicy-console');
// for those that hate emojis
cnsl('Hello, World!', ['noemoji']);
const spicyConsole = require('spicy-console);
// for those that hate fun, reusably
const cnsl = string => spicyConsole(string, ['nobackground', 'noemoji']);
cnsl('Hello, World!');
1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.10

5 years ago

2.0.1

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago