1.1.10 • Published 3 years ago

@eliasnorrby/log-util v1.1.10

Weekly downloads
72
License
MIT
Repository
github
Last release
3 years ago

Log Util

Travis npm

Dependabot Status semantic-release

A dead simple logging utility I use in my tool configs.

Usage

const log = require('log-util')

log.info('Unwinding the flux hydralics...')
log.warn("It's taking a long time...")
log.ok('All done!')

Available methods

log.ok

log.info

log.warn

log.fail

log.skip