• Stars
    star
    399
  • Rank 104,482 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 10 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

gulp-recipes

gulp-recipes

Notes:

Updates as of 20 March 2016: I have originally created this so that the Gulp community would be able help each other to find solutions to common use-cases. I have since moved away from Gulp to Webpack for most of my work, and have not been actively participating in Gulp's latest activities (I'm not knocking on Gulp, it is still a useful tool. Webpack just works well for my case).

Some (most? or all?) of the recipes in this repo has not been updated for a while, and may not work as expected. But I do hope that those in the Gulp community still help each other grow, and I'd be very happy to accept PRs for any existing or new recipes. Or even a new maintainer =)


Not your typical collection of gulp recipes for your streaming build.

Rather than having a big 'ol gulpfile.js with a ton of gulp.task(),

  • each recipe is a standalone folder,
  • with its own gulpfile.js and minimal set of gulp.task(),
  • healthy pinch of comments,
  • comes along with real examples that you can gulp to see it in action,
  • a big serving of README.md included!

Simply cd to a recipe folder, gulp and slurp away.

Motivations

  • Enough with the plugins wrapping over an existing library, created just for convenient's sake.
  • Vanilla node modules over wrappers.
  • If an existing library can be vinyled, tapped, plumbered, transformed from/to buffers and/or streams, let there be a recipe for it.
  • A lot of recipe snippets laying around the web; most are working off the bat. Some needs a little bit more pizzazz. And pizzas.

Recipes

Quick Start

Pre-requisites

npm install -g gulp

Install

git clone https://github.com/sogko/gulp-recipes
cd gulp-recipes
[sudo] npm install # some modules require sudo to install on some machines

Running a recipe example

For eg: browser-sync-nodemon-expressjs

cd browser-sync-nodemon-expressjs
gulp

Other recipe collections / recipes

Contribution

All are most welcome! Pull requests, issues, contributors and snacks, bring 'em to the party!

Credits

You

License

MIT

More Repositories

1

graphql-schema-language-cheat-sheet

GraphQL Shorthand Notation Cheat Sheet
1,328
star
2

slumber

A complete REST API server written in golang / go
Go
427
star
3

golang-relay-starter-kit

Barebones starting point for a Relay application with Golang GraphQL server
Go
136
star
4

go-wordpress

Golang client library for WP-API (Wordpress REST API)
Go
126
star
5

todomvc-relay-go

React/Relay TodoMVC app, driven by a Golang GraphQL backend
JavaScript
66
star
6

node-osm-stream

Fast and flexible NodeJS-based streaming parser for OpenStreetMap (.osm) files powered by node-expat - @sogko
JavaScript
17
star
7

graphql-schemas

A collection of common and useful GraphQL Object schemas
15
star
8

slumber-books-api-example

An example REST-ful API server using slumber package written in golang
Go
11
star
9

gosg-graphql-go-demo

Demo and slides for GoSG Meetup #15 - May 2016
CSS
10
star
10

fossasia-2016-google-calendar

A quick and dirty little thing that takes FOSSASIA 2016 schedule and creates Google Calendars (and iCal .ics) out of it.
Go
9
star
11

data-gov-sg-graphql-go

A GraphQL endpoint for https://data.gov.sg real-time APIs (Go/Golang)
Go
8
star
12

arangojs-extended

Extended APIs for ArangoJS client library
JavaScript
6
star
13

slumber-users

slumber-users is a slumber-resource that implements slumber.IUser
Go
4
star
14

node-osm-tags-analysis

Analyse .osm tagged data using NodeJS and osmfilter
JavaScript
4
star
15

node-ckan-crawler

A simple and fast NodeJS based crawler for sites powered by CKAN http://ckan.org
JavaScript
3
star
16

react-starter

Pragmatic starter kit for React + ES6 + Babel + Webpack + Tape.
JavaScript
3
star
17

graphql-geojson-go

Go
2
star
18

pecker

Pecker is a modern assets management framework for your web application development.
JavaScript
2
star
19

humanable-json

JavaScript
1
star
20

generator-leaner

yoeman generator for LEANER stack (Lightweight & Leaner express-angular-node-requirejs full web application stack)
JavaScript
1
star
21

fossasia-2016-graphql-demo

Demo used to showcase GraphQL (on Go / Golang)
CSS
1
star
22

go-ratelimit

Golang package to ratelimit messages/connections per unit time
Go
1
star