# @ampersandhq/gulpicon

> A gulp task wrapper for grunticon-lib.

Latest version **1.2.8** (published 2020-01-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ampersandhq/gulpicon
pnpm add @ampersandhq/gulpicon
yarn add @ampersandhq/gulpicon
bun add @ampersandhq/gulpicon
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.8 |
| Published | 2020-01-30 |
| First published | 2017-07-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 3 |
| Unpacked size | 28.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 67 |
| Author | John Bender |
| Maintainers | ahasamp, aliyaaussie, amphq_deploy, androohill, awanyoike, billtsarnas, brettcooper, convenient, evanburrell, hannahfan, liam.toohey, lissiecoxwork, lyndsamp, matthewclaffey, mhopwood, nrauni, philc2o, qrz-io, santiagovassoler, sonnybooth-amp, steven.barnes, tr33m4n |
| Keywords | gulpplugin |

## Links

- npm: https://www.npmjs.com/package/@ampersandhq/gulpicon
- Repository: https://github.com/filamentgroup/gulpicon
- Homepage: https://github.com/filamentgroup/gulpicong
- Issues: https://github.com/filamentgroup/gulpicon/issues
- npm.io page: https://npm.io/package/@ampersandhq/gulpicon

## Dependencies (3)

- [through2](https://npm.io/package/through2.md) ^0.6.5
- [fancy-log](https://npm.io/package/fancy-log.md) ^1.3.3
- [@ampersandhq/grunticon-lib](https://npm.io/package/@ampersandhq/grunticon-lib.md) ^1.2.4

## Recent versions

- 1.2.8 (latest) — 2020-01-30
- 1.2.7 — 2020-01-30
- 1.2.6 — 2020-01-27
- 1.2.5 — 2019-01-18
- 1.2.1 — 2017-07-24

## README

# Gulpicon

A [gulp](https://github.com/gulpjs/gulp) task wrapper for [grunticon-lib](https://github.com/filamentgroup/grunticon-lib).

## Install

To install to your project and save the dependency in `package.json`:

```
npm install -s @ampersandhq/gulpicon
```

## Usage

```javascript
var glob = require("glob");
var gulp = require("gulp");
var gulpicon = require("@ampersandhq/gulpicon/tasks/gulpicon");

// grab the config, tack on the output destination
var config = require("./example/config.js");
config.dest = "example/output";

// grab the file paths
var files = glob.sync("example/svg/*.svg");

// set up the gulp task
gulp.task("icons", gulpicon(files, config));
```

## TODO

1. Move to plugin/operation on stream of files, requires alterations to `grunticon-lib`.

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