sc-gutil
v1.0.3
Published
Utility functions for gulp plugins
Downloads
2
Readme
sc-gutil
ScorpioCoding Gulp 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.