# envoy-holly

> ENVOYsites Gulp build system and boilerplate.

Latest version **0.3.2** (published 2018-04-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install envoy-holly
pnpm add envoy-holly
yarn add envoy-holly
bun add envoy-holly
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.2 |
| Published | 2018-04-13 |
| First published | 2017-02-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 36 |
| Unpacked size | 378.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 2 |
| Author | ENVOY |
| Maintainers | keenode, scottroach |

## Links

- npm: https://www.npmjs.com/package/envoy-holly
- Repository: https://github.com/weareenvoy/holly
- Homepage: https://github.com/weareenvoy/holly#readme
- Issues: https://github.com/weareenvoy/holly/issues
- npm.io page: https://npm.io/package/envoy-holly

## Dependencies (36)

- [del](https://npm.io/package/del.md) ^2.2.2
- [gulp](https://npm.io/package/gulp.md) ^3.9.1
- [jquery](https://npm.io/package/jquery.md) ^3.2.1
- [cssnano](https://npm.io/package/cssnano.md) ^3.10.0
- [gulp-if](https://npm.io/package/gulp-if.md) ^2.0.2
- [prismjs](https://npm.io/package/prismjs.md) ^1.8.4
- [babelify](https://npm.io/package/babelify.md) ^7.3.0
- [gulp-rev](https://npm.io/package/gulp-rev.md) ^7.1.2
- [inquirer](https://npm.io/package/inquirer.md) ^3.3.0
- [clipboard](https://npm.io/package/clipboard.md) ^1.7.1
- [gulp-sass](https://npm.io/package/gulp-sass.md) ^3.1.0
- [gulp-twig](https://npm.io/package/gulp-twig.md) ^1.1.1
- [gulp-util](https://npm.io/package/gulp-util.md) ^3.0.8
- [browserify](https://npm.io/package/browserify.md) ^14.5.0
- [gulp-watch](https://npm.io/package/gulp-watch.md) ^4.3.11
- [gulp-notify](https://npm.io/package/gulp-notify.md) ^3.0.0
- [gulp-uglify](https://npm.io/package/gulp-uglify.md) ^2.1.2
- [autoprefixer](https://npm.io/package/autoprefixer.md) ^6.7.7
- [browser-sync](https://npm.io/package/browser-sync.md) ^2.18.13
- [css-mqpacker](https://npm.io/package/css-mqpacker.md) ^6.0.1
- [event-stream](https://npm.io/package/event-stream.md) ^3.3.4
- [gulp-postcss](https://npm.io/package/gulp-postcss.md) ^6.4.0
- [gulp-replace](https://npm.io/package/gulp-replace.md) ^0.5.4
- [postcss-size](https://npm.io/package/postcss-size.md) ^2.0.0
- [run-sequence](https://npm.io/package/run-sequence.md) ^1.2.2
- [vinyl-buffer](https://npm.io/package/vinyl-buffer.md) ^1.0.0
- [gulp-standard](https://npm.io/package/gulp-standard.md) ^8.0.4
- [gulp-sourcemaps](https://npm.io/package/gulp-sourcemaps.md) ^2.6.1
- [babel-preset-env](https://npm.io/package/babel-preset-env.md) ^1.6.1
- [gulp-rev-css-url](https://npm.io/package/gulp-rev-css-url.md) ^0.1.0
- [gulp-rev-replace](https://npm.io/package/gulp-rev-replace.md) ^0.4.3
- [postcss-position](https://npm.io/package/postcss-position.md) ^1.0.0
- [gulp-batch-replace](https://npm.io/package/gulp-batch-replace.md) 0.0.0
- [vinyl-source-stream](https://npm.io/package/vinyl-source-stream.md) ^1.1.0
- [postcss-color-function](https://npm.io/package/postcss-color-function.md) ^4.0.1
- [postcss-responsive-type](https://npm.io/package/postcss-responsive-type.md) ^1.0.0

## Recent versions

- 0.3.2 (latest) — 2018-04-13
- 0.3.1 — 2018-01-31
- 0.3.0 — 2017-11-25
- 0.2.6 — 2017-10-25
- 0.2.5 — 2017-10-19
- 0.2.4 — 2017-10-19
- 0.2.3 — 2017-10-19
- 0.2.2 — 2017-10-19
- 0.2.1 — 2017-10-18
- 0.2.0 — 2017-10-17
- 0.1.1 — 2017-06-28
- 0.1.0 — 2017-06-06
- 0.0.2 — 2017-02-14
- 0.0.1 — 2017-02-14

## README

# Holly

#### ENVOYsites Gulp build system and boilerplate.

## Requirements
**Node 8 recommended, tested on 8.9**

## Install
To get **holly** set up on your static web project, we recommend that NPM 5 or greater is installed on your machine.

To check the installed version of NPM, run:

        npm -v

To upgrade NPM to the latest, run:

        npm install -g npm

1. Now, open the terminal and `cd` to your project's root directory and install **holly**.

        npm install envoy-holly --save-dev

2. After successful installation, a `gulpfile.js` and `.gitignore` should be generated automatically at your project's root directory.

3. Initialize **holly** and answer a few prompts to scaffold starter boilerplate files.

        gulp init

## Usage

* `gulp`

    Start **holly** in *development* mode. Styles and scripts will *not* be minified. Starts up "watch" task.

* `gulp --prod`

    Start **holly** in *production* mode. Styles and scripts will be minified.

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