Detalhes do pacote

bestikk-log

bestikk511MIT1.0.0-beta.1

A simple console logger for your Node build scripts.

logger, build, script, console

readme (leia-me)

Bestikk Log

npm version Build

A simple console logger for your Node build scripts.

Install

$ npm i --save-dev bestikk-log

Usage

import * as log from 'bestikk-log'

log.debug('So far, so good.')
log.info('Heads up')
log.warn('Warning!')
log.error('Oh snap!')
log.success('Well done!')

log.task('Compiling the universe')

log.transform('Uglify', 'index.js', 'index.min.js')