PHPackages                             bmarshall511/gulp\_starter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bmarshall511/gulp\_starter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bmarshall511/gulp\_starter
==========================

Rapidly setup gulp with pre-built tasks that help enforce coding standards, provide backwards compatibility, generates documentation &amp; helps boost performance.

2911[2 PRs](https://github.com/Entermedia-LLC/gulp-starter/pulls)JavaScript

Since Aug 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Entermedia-LLC/gulp-starter)[ Packagist](https://packagist.org/packages/bmarshall511/gulp_starter)[ RSS](/packages/bmarshall511-gulp-starter/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

gulp-starter [![Build Status](https://camo.githubusercontent.com/30416dcd866c8d129b18c32c86abd70a4f22de8ca8782b336598f37c064df981/68747470733a2f2f6170702e7472617669732d63692e636f6d2f456e7465726d656469612d4c4c432f67756c702d737461727465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/Entermedia-LLC/gulp-starter)
=====================================================================================================================================================================================================================================================================================================================================

[](#gulp-starter-)

> Rapidly setup [gulp](https://gulpjs.com/) with pre-built tasks that help enforce coding standards, provide backwards compatibility, generates documentation &amp; helps boost performance.

- CMS agnostic for maximum flexibility
- Supports ECMAScript 2015+ code using [Babel](https://babeljs.io/)
- Uses [Sass](https://sass-lang.com/) to compile CSS &amp; [cssnano](https://cssnano.co/) to compress files
- Automatically adds CSS vendor prefixes using [autoprefixer](https://www.npmjs.com/package/autoprefixer)
- Helps keep SCSS &amp; CSS consistant using best practices using [stylelint](https://stylelint.io/)
- Lints JS files using [eslint](https://eslint.org/), auto formats using [Prettier](https://prettier.io/) &amp; minifies using [gulp-minify](https://www.npmjs.com/package/gulp-minify)
- Generates source maps using [gulp-sourcemaps](https://www.npmjs.com/package/gulp-sourcemaps)
- Minifies images using [imagemin](https://github.com/imagemin/imagemin), including `webp` conversions
- Parses and outputs `TODO`s and `FIXME`s from code comments to a `TODO.md` file using [gulp-todo](https://www.npmjs.com/package/gulp-todo)

Project setup
-------------

[](#project-setup)

```
npm install

```

If using Entermedia's [SCSS base project styles](https://github.com/Entermedia-LLC/scss) and after downloading to `src/scss`, run:

```
npm install --legacy-peer-deps

```

### Compiles for development

[](#compiles-for-development)

```
npm run dev

```

### Compiles for development &amp; watches for file changes

[](#compiles-for-development--watches-for-file-changes)

```
npm run watch

```

### Compiles &amp; minifies for production

[](#compiles--minifies-for-production)

```
npm run build

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 81% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1920159?v=4)[Ben Marshall](/maintainers/bmarshall511)[@bmarshall511](https://github.com/bmarshall511)

---

Top Contributors

[![bmarshall511](https://avatars.githubusercontent.com/u/1920159?v=4)](https://github.com/bmarshall511 "bmarshall511 (17 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")

---

Tags

gulpgulp-sassgulp-startergulp-tasksgulpfilegulpjs

### Embed Badge

![Health badge](/badges/bmarshall511-gulp-starter/health.svg)

```
[![Health](https://phpackages.com/badges/bmarshall511-gulp-starter/health.svg)](https://phpackages.com/packages/bmarshall511-gulp-starter)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
