# envoy-holly-wordpress

> ENVOYsites Gulp build system and boilerplate for WordPress.

Latest version **0.0.1** (published 2017-03-07) · MIT license · 0 weekly downloads

## Install

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

## 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.0.1 |
| Published | 2017-03-07 |
| First published | 2017-03-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 0 |
| Author | ENVOY |
| Maintainers | keenode |

## Links

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

## Dependencies (1)

- [envoy-holly](https://npm.io/package/envoy-holly.md) ^0.0.2

## Recent versions

- 0.0.1 (latest) — 2017-03-07

## README

# HollyWordPress

#### ENVOYsites Gulp build system and boilerplate for WordPress.

## Requirements
**Node 6 recommended, tested on 6.9.5**

## Install
To get **holly** set up on your WordPress project, we recommend that Yarn package manager is installed on your machine. 
https://yarnpkg.com/en/docs/install

1. After Yarn is installed, open the terminal and `cd` to your project's **theme** directory and install **holly** for WordPress.

        yarn add envoy-holly-wordpress

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

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

        gulp init

## Post-Install
After installing **holly**, the following entries should be added to the project's `.gitignore` file.

        /wp-content/themes/MY-THEME/dist
        /wp-content/themes/MY-THEME/node_modules

## 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-wordpress · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
