2.0.1 ā€¢ Published 3 years ago

spicy-console v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.10

3 years ago

2.0.1

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago