2.0.8 • Published 3 years ago

merida v2.0.8

Weekly downloads
-
License
Unlicense
Repository
github
Last release
3 years ago

merida

simple error/warn color highlighting for node

usage

require('merida').init();

console.error('this is an error');
console.warn('this is a warning');

or

const { error, warn } = require('merida');

error('this is an error');
warn('this is a warning');
2.0.8

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

4 years ago

2.0.1

4 years ago

1.0.1

4 years ago