@compositor/log

1.0.0-0 • Public • Published

@compositor/log

Logging utility for CLIs

npm i @compositor/log
const log = require('@compositor/log')

log.name = 'app'

log('hello')

log.error('whoops!')

log.start('processing something...')

setTimeout(() => {
  log.stop('bye bye')
}, 1000)

MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i @compositor/log

Weekly Downloads

295

Version

1.0.0-0

License

MIT

Unpacked Size

3.1 kB

Total Files

5

Last publish

Collaborators

  • johno
  • jxnblk
  • mrmrs