gulp-cheatsheet

June 22, 2014 · View on GitHub

A cheatsheet for gulp.

en-js-p1

Quick downloads

Usage

  • Print the PDF.
  • Put it on the wall beside your pc :)

Editions

p.1p.2
English /
JavaScript
en-js-p1en-js-p2
English /
CoffeeScript
en-coffee-p1en-coffee-p2
日本語 /
JavaScript
ja-js-p1ja-js-p2
简体中文 /
JavaScript
cn-js-p1cn-js-p2

Example codes

Commands

  • install global: $ npm install -g gulp
  • install local: $ npm install --save-dev gulp $ npm install --save-dev gulp-other-plugins
  • run task: $ gulp task_name
  • run multi tasks: $ gulp task_name other_task

JavaScript: gulpfile.js

CoffeeScript: gulpfile.coffee

License

See also