typelog
Imagine logging everything in your console with a type.
Usage
For node >= 4.0.0
const log = require('typelog')
// exitCode: 0
log.info('I\'m some information', 'hah?')
log.warn('Please do not hate me')
log.success('You finally got that girlfriend')
// exitCode: 1
log.error('You did something that wrong')
// heading title
log.heading('heading')
//=> ❯❯❯❯❯ heading
License
MIT.