# sc-gutil

> Utility functions for gulp plugins

Latest version **1.0.3** (published 2018-01-06) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install sc-gutil
pnpm add sc-gutil
yarn add sc-gutil
bun add sc-gutil
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2018-01-06 |
| First published | 2018-01-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4 |
| Dependencies | 5 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Kribo |
| Maintainers | scorpiocoding |
| Keywords | gulp, util, kribo-util |

## Links

- npm: https://www.npmjs.com/package/sc-gutil
- Repository: https://github.com/ScorpioCoding/sc-gutil
- Homepage: https://github.com/ScorpioCoding/sc-gutil.git#readme
- Issues: https://github.com/ScorpioCoding/sc-gutil.git/issues
- npm.io page: https://npm.io/package/sc-gutil

## Dependencies (5)

- [chalk](https://npm.io/package/chalk.md) ^2.3.0
- [gulplog](https://npm.io/package/gulplog.md) ^1.0.0
- [fancy-log](https://npm.io/package/fancy-log.md) ^1.3.2
- [dateformat](https://npm.io/package/dateformat.md) ^3.0.2
- [has-gulplog](https://npm.io/package/has-gulplog.md) ^0.1.0

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 1.0.3 (latest) — 2018-01-06
- 1.0.2 — 2018-01-05

## README

# sc-gutil



ScorpioCoding Gulp Utility functions for gulp plugins

[![sc up/down][sc-image]][sc-url] [![Greenkeeper badge][greenkeeper-image]][greenkeeper-url] [![MIT license][MIT-image]][MIT-url] [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependencies][dep-image]][dep-url] [![devDependencies][devdep-image]][devdep-url]

## Usage

```javascript
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.<color>:
```
values (files, module names, etc.) = cyan
numbers (times, counts, etc) = magenta
```

### colors

Is an instance of [chalk](https://github.com/sindresorhus/chalk).

### date

Is an instance of [dateformat](https://github.com/felixge/node-dateformat).



[npm-url]: https://www.npmjs.com/package/sc-gutil
[npm-image]: https://img.shields.io/npm/v/sc-gutil.svg?style=flat

[travis-url]: https://travis-ci.org/ScorpioCoding/sc-gutil
[travis-image]: https://travis-ci.org/ScorpioCoding/sc-gutil.svg?branch=master

[dep-url]: https://david-dm.org/ScorpioCoding/sc-gutil
[dep-image]: https://david-dm.org/ScorpioCoding/sc-gutil/status.svg?style=flat


[devdep-url]: https://david-dm.org/ScorpioCoding/sc-gutil?type=dev
[devdep-image]: https://david-dm.org/ScorpioCoding/sc-gutil/dev-status.svg?style=flat

[MIT-url]: http://opensource.org/licenses/MIT
[MIT-image]: http://img.shields.io/badge/license-MIT-brightgreen.svg

[greenkeeper-url]: https://greenkeeper.io/
[greenkeeper-image]: https://badges.greenkeeper.io/ScorpioCoding/sc-gutil.svg

[sc-url]: https://scorpiocoding.net
[sc-image]: https://img.shields.io/website-up-down-green-red/http/shields.io.svg?label=scorpiocoding.net

---
_Source: https://npm.io/package/sc-gutil · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
