Skip to content

osscafe/gulp-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-cheatsheet

A cheatsheet for gulp.

en-js-p1

Quick downloads

Usage

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

Editions

p.1 p.2
English /
JavaScript
en-js-p1 en-js-p2
English /
CoffeeScript
en-coffee-p1 en-coffee-p2
日本語 /
JavaScript
ja-js-p1 ja-js-p2
简体中文 /
JavaScript
cn-js-p1 cn-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