1.0.2 • Published 6 years ago

kribo-util v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

kribo-util

Utility functions for gulp plugins

Usage

var gutil = require('kribo-gutil');

gutil.log('stuff happened', 'Really it did', gutil.colors.magenta('123'));

log(msg...)

Logs stuff. Already prefixed with gulp and all that. If you pass in multiple arguments it will join them by a space.

The default gulp coloring using gutil.colors.:

values (files, module names, etc.) = cyan
numbers (times, counts, etc) = magenta

colors

Is an instance of chalk.

date

Is an instance of dateformat.