puppylog
v1.2.0
Published
Coloured logging, ported to npm. Another useless file taken out of my projects!
Downloads
46
Maintainers
Readme
puppylog
On npm @ https://www.npmjs.com/package/puppylog
And GitHub @ https://github.com/onlypuppy7/puppylog
Coloured logging, ported to npm. Another useless file taken out of my projects!
Essentially just a chalk wrapper.
Install
npm install puppylog
Usage
import log from 'puppylog';
log.success('server started');
log.error('something broke');
log.pink('pink text');
log.bgOrange('orange background');
log.boldBlue('bold blue text');
log.italicGreen('italic green text');