Skip to content

Commit 49a2b17

Browse files
author
contra
committed
readme improvements
1 parent 6922064 commit 49a2b17

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111

1212
## What is gulp?
1313

14-
gulp is a toolkit that will help you automate painful or time-consuming tasks in your development workflow. For web development (if that's your thing) it can help you by doing CSS preprocessing, JS transpiling, minification, live reloading, and much more.
15-
Integrations are built into all major IDEs and people are loving gulp across PHP, .NET, Node.js, Java, and more. With over **2000 plugins** (and plenty you can do without plugins), gulp lets you quit messing with build systems and get back to work.
14+
- **Automation** - gulp is a toolkit that helps you automate painful or time-consuming tasks in your development workflow.
15+
- **Platform-agnostic** - Integrations are built into all major IDEs and people are using gulp with PHP, .NET, Node.js, Java, and other platforms.
16+
- **Strong Ecosystem** - Use npm modules to do anything you want + over 2000 curated plugins for streaming file transformations
17+
- **Simple** - By providing only a minimal API surface, gulp is easy to learn and simple to use
1618

1719
## Documentation
1820

@@ -87,12 +89,7 @@ We recommend these plugins:
8789

8890
## Want to contribute?
8991

90-
Anyone can help make this project better - check out the [Contributing guide](/CONTRIBUTING.md)!
91-
92-
## Like what we do?
93-
94-
[Support us via Gratipay](https://gratipay.com/~WeAreFractal/)
95-
92+
Anyone can help make this project better - check out our [Contributing guide](/CONTRIBUTING.md)!
9693

9794
[downloads-image]: https://img.shields.io/npm/dm/gulp.svg
9895
[npm-url]: https://www.npmjs.com/package/gulp

0 commit comments

Comments
 (0)