2.0.8 • Published 2 years ago

merida v2.0.8

Weekly downloads
-
License
Unlicense
Repository
github
Last release
2 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

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

1.0.1

2 years ago