1.1.10 • Published 4 years ago
@eliasnorrby/log-util v1.1.10
Log Util
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!')