The gulp-cheatsheet repository is a compact, printable reference guide for Gulp.js, summarizing common commands, patterns, and usage examples in both JavaScript and CoffeeScript. It’s designed to be easily printed or posted beside a workstation, acting as a quick lookup for task definitions, streams, watching, and build workflows. The cheatsheet covers essential topics like Gulp installation, defining tasks, piping streams, watchers, and handling asynchronous tasks. It includes multilingual PDF versions (English, Japanese, Chinese) so users around the world can use it in their preferred language. The repository is lightweight (mostly documentation and examples), licensed under MIT, and maintained as a community reference rather than a full tool or plugin.
Features
- Provides overview of installation and task running with Gulp
- Includes JavaScript and CoffeeScript version snippets
- Available in English, Japanese, and Chinese PDF editions
- Covers patterns like Single Dest & Watch, Multi Dest, Incremental Rebuilds, Async Streams
- Easy to print and post beside your development workstation
- Lightweight, documentation-centric reference rather than executable tool