All Projects โ†’ alferov โ†’ Awesome Gulp

alferov / Awesome Gulp

๐Ÿน A curated list of awesome gulp resources, plugins, and boilerplates for a better development workflow automation - http://alferov.github.io/awesome-gulp

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Awesome Gulp

Polemarch
Simple WEB gui for infrastructure management by ansible playbooks or modules. This is only mirror with bins in releases.
Stars: โœญ 530 (-8.15%)
Mutual labels:  automation
Webdriver
Remote control interface that enables introspection and control of user agents.
Stars: โœญ 546 (-5.37%)
Mutual labels:  automation
Panini
A super simple flat file generator.
Stars: โœญ 562 (-2.6%)
Mutual labels:  gulp
Runbook
A framework for gradual system automation
Stars: โœญ 531 (-7.97%)
Mutual labels:  automation
Goexpect
Expect for Go
Stars: โœญ 538 (-6.76%)
Mutual labels:  automation
Addons
โž• Docker add-ons for Home Assistant
Stars: โœญ 548 (-5.03%)
Mutual labels:  automation
Long Haul
A minimal, type-focused Jekyll theme.
Stars: โœญ 524 (-9.19%)
Mutual labels:  gulp
Blendid
A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder
Stars: โœญ 5,026 (+771.06%)
Mutual labels:  gulp
Sentora Core
Sentora is a web hosting control panel written in PHP for *NIX
Stars: โœญ 545 (-5.55%)
Mutual labels:  automation
Ciscoconfparse
Parse, Audit, Query, Build, and Modify Cisco IOS-style configurations. Python Infrastructure as Code (IaC) for Cisco IOS (and other vendors).
Stars: โœญ 562 (-2.6%)
Mutual labels:  automation
Gulp Nodemon
gulp + nodemon + convenience
Stars: โœญ 531 (-7.97%)
Mutual labels:  gulp
Angular Starter
โญ๏ธ Gulp Angular Starter using TypeScript (Updated to 4.4.3)
Stars: โœญ 538 (-6.76%)
Mutual labels:  gulp
Beehive
A flexible event/agent & automation system with lots of bees ๐Ÿ
Stars: โœญ 5,348 (+826.86%)
Mutual labels:  automation
Gulp Angular Templatecache
Concatenates and registers AngularJS templates in the $templateCache.
Stars: โœญ 530 (-8.15%)
Mutual labels:  gulp
Fastshell
Fiercely quick front-end boilerplate and workflows, HTML5, Gulp, Sass
Stars: โœญ 563 (-2.43%)
Mutual labels:  gulp
Responsive Html Email Signature
Template generator for (responsive) emails & email signatures โœจ
Stars: โœญ 525 (-9.01%)
Mutual labels:  automation
Vagrant
Vagrant is a tool for building and distributing development environments.
Stars: โœญ 23,108 (+3904.85%)
Mutual labels:  automation
Coca
Coca is a toolbox which is design for legacy system refactoring and analysis, includes call graph, concept analysis, api tree, design patterns suggest. Coca ๆ˜ฏไธ€ไธช็”จไบŽ็ณป็ปŸ้‡ๆž„ใ€็ณป็ปŸ่ฟ็งปๅ’Œ็ณป็ปŸๅˆ†ๆž็š„็‘žๅฃซๅ†›ๅˆ€ใ€‚ๅฎƒๅฏไปฅๅˆ†ๆžไปฃ็ ไธญ็š„ๆต‹่ฏ•ๅๅ‘ณ้“ใ€ๆจกๅ—ๅŒ–ๅˆ†ๆžใ€่กŒๆ•ฐ็ปŸ่ฎกใ€ๅˆ†ๆž่ฐƒ็”จไธŽไพ่ต–ใ€Git ๅˆ†ๆžไปฅๅŠ่‡ชๅŠจๅŒ–้‡ๆž„็ญ‰ใ€‚
Stars: โœญ 576 (-0.17%)
Mutual labels:  automation
Side Project Marketing
A checklist of tactics for marketing your startup.
Stars: โœญ 5,083 (+780.94%)
Mutual labels:  automation
Guide
Kubernetes clusters for the hobbyist.
Stars: โœญ 5,150 (+792.55%)
Mutual labels:  automation

Awesome Gulp Awesome

A curated list of awesome gulp resources, plugins, and boilerplates for a better development workflow automation.

Looking for something else? Take a look at other awesome lists.

Contribution

All contributions welcome. Feel free to contribute (guidelines).

Contents

Legend

[โ›”๏ธ] - A deprecation notice;

Resources

General Resources

Official Documentation

Community

Tutorials

Gulp Tutorials

Gulp 4 Tutorials

Gulp with Browserify

Gulp with Angular

Gulp with Angular and Browserify

Gulp with Angular and Webpack

Gulp with React and Browserify

Gulp with Ember

Gulp with WordPress

Miscellaneous Resources

Plugins

Compilation

Transpilation

Concatenation

Minification

Optimization

Injecting Assets

  • gulp-useref - Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets.
  • gulp-inject - Transform each file to a string and inject each transformed string into placeholders in the target stream files.
  • wiredep - Wire Bower dependencies to your source code.

Templating

Linting

Live Reload

Caching

Flow Control

  • merge-stream - Merge multiple streams into one interleaved stream.
  • streamqueue - Pipe queued streams progressively.
  • run-sequence - Run a series of dependent gulp tasks in order.
  • gulp-if - Conditionally run a task.

Logging

  • gulp-notify - Notification plugin for gulp.
  • gulp-size - Display the size of your project.
  • gulp-debug - Debug vinyl file streams to see what files are run through your gulp pipeline.
  • gulp-beer - Better Error Reporting with interactive system notifications and custom server for error displaying.

Testing

Miscellaneous Plugins

  • gulp-util - Set of useful utilities.
  • gulp-plumber - Prevent pipe breaking caused by errors.
  • gulp-load-plugins - Automatically load in gulp plugins.
  • main-bower-files - Simplify build process setup by dynamically getting the library files.
  • autoprefixer - Parse CSS and add vendor prefixes to rules by Can I Use.
  • gulp-sourcemaps - Provide source map support.
  • gulp-replace - A string replace plugin for gulp.
  • gulp-rename - Rename files easily.
  • gulp-rev - Static asset revisioning by appending content hash to filenames: unicorn.css โ†’ unicorn-d41d8cd98f.css.
  • del - Delete files/folders using globs.
  • gulp-exec - Run a shell command.
  • gulp-strip-debug - Strip console, alert, and debugger statements from JavaScript code.
  • gulp-cssimport - Parses a CSS file, finds imports, grabs the content of the linked file and replaces the import statement with it.
  • gulp-inline-css - Inline your CSS properties into the style attribute in an HTML file.
  • gulp-gh-pages - Publish contents to Github pages.
  • gulp-ng-annotate - Add AngularJS dependency injection annotations with ng-annotate.
  • gulp-bump - Bump any semver JSON version.
  • gulp-file-include - Include files with gulp.
  • gulp-zip - ZIP compress files.
  • gulp-git - Run Git commands with gulp.
  • gulp-filter - Filter files in a vinyl stream using globbing.
  • gulp-preprocess - Preprocess files based on custom context or environment configuration.
  • gulp-eval - Eval JS-expression or require CommonJS modules and JSON files.

Scaffolding

Boilerplates

  • web-starter-kit - Google Web Starter Kit.
  • gulp-plugin-boilerplate - Boilerplate to kickstart creating gulp plugins.
  • polymer-starter-kit - A starting point for Polymer 1.0 apps.
  • este - The most complete React/Flux dev stack and starter kit for isomorphic functional web apps.
  • mnml - Minimal boilerplate to start a responsive HTML5/Sass project.
  • kraken - A lightweight, mobile-first boilerplate for front-end web developers.
  • angularjs-gulp-browserify-boilerplate - Boilerplate using AngularJS, Sass, gulp, and Browserify.
  • hapi-ninja - A Node.js, Hapi, and Swig boilerplate.
  • laravel-5-boilerplate - A Laravel 5 boilerplate project.
  • react-starterkit - React starter kit that contains react-router, Reflux, jest, webpack, gulp and Stylus.
  • gulp-front - Frontend boilerplate and modular BEM css framework based on gulp, pug, stylus, postcss, webpack and babel.
  • Front End Starter - A boilerplate for frontend projects powered by Gulp, HTML5 bolierplate, Sass, PostCss and Webpack(for Babel transpiling).

Yeoman Generators

Miscellaneous

  • elixir - A clean, fluent API for defining basic gulp tasks for your Laravel applications.
  • gulp-app - Gulp as an app (OS X).
  • lmn-gulp-tasks - Example of gulp tasks unit testing.
  • gulp-chef - An elegant, intuitive way to reuse gulp tasks.

License

CC0

To the extent possible under law, Philipp Alferov has waived all copyright and related or neighboring rights to this work.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].