npm.io
1.0.3 • Published 8 years ago

sc-gutil

Licence
MIT
Version
1.0.3
Deps
5
Vulns
0
Weekly
0
DeprecatedThis package is deprecated

sc-gutil

ScorpioCoding Gulp Utility functions for gulp plugins

sc up/down Greenkeeper badge MIT license NPM version Build Status Dependencies devDependencies

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.

Keywords