1.0.5 • Published 1 year ago

@goraj-dev/fancy-console-log v1.0.5

Weekly downloads
-
License
GPL-3.0
Repository
gitlab
Last release
1 year ago

Fancy-console-log

Meant to make the messages more friendly to read.

Usable inside scripts and as command.

import '@goraj-dev/fancy-console-log';

console.info('Some message in blue');
console.warn('Some message in yellow');
console.error('Some message in red');
$ fancy-log -i "Some message in blue"
$ fancy-log -w "Some message in yellow"
$ fancy-log -e "Some message in red"

screenshot link

Install

npm install @goraj-dev/fancy-console-log

Add -g to make the command available system-wide (it work only if you have node already in your path tho).

Documentation

fancy-log --help

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago