See the gulp introduction slideshow for a rundown on how gulp came to be.
gulp is always lowercase. The only exception is in the gulp logo where gulp is capitalized.
gulp plugins always include the gulpplugin
keyword. Search gulp plugins or view all plugins.
See the Writing a gulp plugin wiki page for guidelines and an example to get you started.
Probably. Ask yourself:
- Is my plugin doing something that other plugins may need to do?
- If so, that piece of functionality should be a separate plugin. Check if it already exists on npm.
- Is my plugin doing two, completely different things based on a configuration option?
- If so, it may serve the community better to release it as two separate plugins
- If the two tasks are different, but very closely related, it's probably OK
Always use \n
to prevent diff issues between operating systems.
gulp updates can be found on the following twitters:
Yes, come chat with us in #gulpjs on Freenode.