2.0.1 • Published 4 years ago

spicy-console v2.0.1

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

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.10

4 years ago

2.0.1

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago