gulp 文档
一个字流
- 入门 - 如何开始使用gulp
- API文档 - 学习使用gulp的来龙去脉
- CLI文档 - 了解如何调用任务和使用编译器
- 编辑插件 - So you're writing a gulp plugin? Go here for the essential dos and don'ts.
- 西班牙文档 - gulp en Español.
- 简体中文文档 - gulp 简体中文文档.
- 韩国文档 - gulp 한국어 참조 문서.
特点
用自动化构建工具增强你的工作流程!
易于使用
通过代码优于配置的策略,Gulp 让简单的任务简单,复杂的任务可管理。
构建快速
利用 Node.js 流的威力,你可以快速构建项目并减少频繁的 IO 操作。
插件高质
Gulp 严格的插件指南确保插件如你期望的那样简洁高质得工作。
易于学习
通过最少的 API,掌握 Gulp 毫不费力,构建工作尽在掌握:如同一系列流管道。
FAQ
See the FAQ for the answers to commonly asked questions.
食谱
The community has written recipes for common gulp use-cases.
仍然有问题?
Post on StackOverflow with a #gulp tag, or come chat with us in #gulpjs on Freenode.
图书
用品
- Tagtree intro to gulp video
- Introduction to node.js streams
- Video introduction to node.js streams
- Getting started with gulp (by @markgdyr)
- A cheatsheet for gulp
- Why you shouldn’t create a gulp plugin (or, how to stop worrying and learn to love existing node packages)
- Inspiration (slides) about why gulp was made
- Building With Gulp
- Gulp - The Basics (screencast)
- Get started with gulp (video series)
- Optimize your web code with gulp
- Automate Your Tasks Easily with Gulp.js
例子
执照
All the documentation is covered by the CC0 license (do whatever you want with it - public domain).
To the extent possible under law, Fractal has waived all copyright and related or neighboring rights to this work.