1.0.3 • Published 6 years ago

sc-gutil v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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.