Gulp
Task runner.
Contents
Plugins
Compilation
Sass → CSS with libsass.
Sass → CSS with Ruby Sass.
Sass → CSS with Ruby Sass & Compass.
Less → CSS.
Stylus → CSS.
Pipe CSS through PostCSS processors with a single parse.
Coffeescript → JavaScript.
TypeScript → JavaScript.
Facebook React JSX templates → JavaScript.
Run webpack as a stream to conveniently integrate with gulp.
Transpilation
ES6 → ES5 with babel.
ES6 → ES5 using Traceur.
ES6 → ES5 with Regenerator.
[] ES6 → ES5 with es6-transpiler.
Myth - a polyfill for future versions of the CSS spec.
[] Use tomorrow's CSS syntax, today, using cssnext.
Concatenation
Minification
Minify CSS with clean-css.
Minify CSS with CSSO.
Minify JavaScript with UglifyJS2.
Minify HTML with html-minifier.
Minify PNG, JPEG, GIF and SVG images with imagemin.
Minify SVG files with gulp.
Optimization
Remove unused CSS selectors with UnCSS.
Transform all resources found (those within a url() declaration) in CSS files into base64-encoded data URI strings.
Convert SVGs to PNGs.
Generate images at different sizes.
Combine svg files into one with <symbol> elements.
Create icon fonts from several SVG icons.
Injecting Assets
Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets.
Transform each file to a string and inject each transformed string into placeholders in the target stream files.
Wire Bower dependencies to your source code.
Templating
Concatenate and register AngularJS templates in the $templateCache.
Jade → HTML.
Handlebars templates → JavaScript.
Handlebars templates → HTML.
Nunjucks templates → JavaScript.
Dust templates → JavaScript.
Riot templates → JavaScript.
Markdown → HTML.
Lodash templates → JavaScript.
Swig templates → HTML.
Gulp plugin for remark - markdown processor powered by plugins
Linting
HTMLHint wrapper to validate your HTML.
Detect errors and potential problems in JavaScript with JSHint.
Check JavaScript code style with jscs.
A style checker that helps keep CoffeeScript code clean.
TypeScript linter plugin for gulp.
Identify and report on patterns found in ECMAScript/JavaScript code.
Validate HTML with w3cjs.
Lint less files with lesshint.
Check your HTML templates for unused CSS classes.
Live Reload
Caching
Flow Control
Logging
Notification plugin for gulp.
Display the size of your project.
Debug vinyl file streams to see what files are run through your gulp pipeline.
Better Error Reporting with interactive system notifications and custom server for error displaying.
Testing
Run Mocha tests.
Run Jasmine 2 tests in Node.js.
Gulp wrapper for Protractor tests.
Coverage reporting for Node.js that is independent of the test runner.
Karma test runner for gulp.
Run AVA tests with gulp.
Miscellaneous Plugins
Set of useful utilities.
Prevent pipe breaking caused by errors.
Automatically load in gulp plugins.
Simplify build process setup by dynamically getting the library files.
Parse CSS and add vendor prefixes to rules by Can I Use.
Provide source map support.
A string replace plugin for gulp.
Rename files easily.
Static asset revisioning by appending content hash to filenames: unicorn.css → unicorn-d41d8cd98f.css.
Delete files/folders using globs.
Run a shell command.
Strip console, alert, and debugger statements from JavaScript code.
Parses a CSS file, finds imports, grabs the content of the linked file and replaces the import statement with it.
Inline your CSS properties into the style attribute in an HTML file.
Publish contents to Github pages.
Add AngularJS dependency injection annotations with ng-annotate.
Bump any semver JSON version.
Include files with gulp.
ZIP compress files.
Run Git commands with gulp.
Filter files in a vinyl stream using globbing.
Preprocess files based on custom context or environment configuration.
Eval JS-expression or require CommonJS modules and JSON files.
Scaffolding
Boilerplates
Google Web Starter Kit.
Boilerplate to kickstart creating gulp plugins.
A starting point for Polymer 1.0 apps.
The most complete React/Flux dev stack and starter kit for isomorphic functional web apps.
Minimal boilerplate to start a responsive HTML5/Sass project.
A lightweight, mobile-first boilerplate for front-end web developers.
Boilerplate using AngularJS, Sass, gulp, and Browserify.
A Node.js, Hapi, and Swig boilerplate.
A Laravel 5 boilerplate project.
React starter kit that contains react-router, Reflux, jest, webpack, gulp and Stylus.
Frontend boilerplate and modular BEM css framework based on gulp, pug, stylus, postcss, webpack and babel.
A boilerplate for frontend projects powered by Gulp, HTML5 bolierplate, Sass, PostCss and Webpack(for Babel transpiling).
Boilerplate using AngularJS, Sass, gulp, and Browserify.
Yeoman Generators
A gulp generator for modern webapps.
Yeoman generator for AngularJS with gulp.
A Yeoman Generator for React library. It includes gulp, Browserify, Browsersync and Bootstrap.
A Node.js module generator including gulp and Mocha.
Yeoman generator for Bootstrap, gulp & libsass.
Yeoman generator involving AngularJS, gulp and Browserify.
A Yeoman generator for Ionic Projects with gulp.
Scaffold out a gulp plugin boilerplate.
Jekyll workflow with gulp, Sass, AutoPrefixer, asset optimization and cache busting and much more.