|
5 | 5 | <p align="center">The streaming build system</p>
|
6 | 6 | </p>
|
7 | 7 |
|
8 |
| -[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Azure Pipelines Build Status][azure-pipelines-image]][azure-pipelines-url] [![Build Status][travis-image]][travis-url] [![AppVeyor Build Status][appveyor-image]][appveyor-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![OpenCollective Backers][backer-badge]][backer-url] [![OpenCollective Sponsors][sponsor-badge]][sponsor-url] [![Gitter chat][gitter-image]][gitter-url] |
9 |
| - |
| 8 | +[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Coveralls Status][coveralls-image]][coveralls-url] |
10 | 9 |
|
11 | 10 | ## What is gulp?
|
12 | 11 |
|
|
15 | 14 | - **Strong Ecosystem** - Use npm modules to do anything you want + over 3000 curated plugins for streaming file transformations.
|
16 | 15 | - **Simple** - By providing only a minimal API surface, gulp is easy to learn and simple to use.
|
17 | 16 |
|
18 |
| -## What's new in 4.0?! |
19 |
| - |
20 |
| -* The task system was rewritten from the ground-up, allowing task composition using `series()` and `parallel()` methods. |
21 |
| -* The watcher was updated, now using chokidar (no more need for gulp-watch!), with feature parity to our task system. |
22 |
| -* First-class support was added for incremental builds using `lastRun()`. |
23 |
| -* A `symlink()` method was exposed to create symlinks instead of copying files. |
24 |
| -* Built-in support for sourcemaps was added - the gulp-sourcemaps plugin is no longer necessary! |
25 |
| -* Task registration of exported functions - using node or ES exports - is now recommended. |
26 |
| -* Custom registries were designed, allowing for shared tasks or augmented functionality. |
27 |
| -* Stream implementations were improved, allowing for better conditional and phased builds. |
28 |
| - |
29 |
| - |
30 |
| -## gulp for enterprise |
31 |
| - |
32 |
| -Available as part of the Tidelift Subscription |
33 |
| - |
34 |
| -The maintainers of gulp and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-gulp?utm_source=npm-gulp&utm_medium=referral&utm_campaign=enterprise&utm_term=repo) |
35 |
| - |
36 |
| - |
37 | 17 | ## Installation
|
38 | 18 |
|
39 | 19 | Follow our [Quick Start guide][quick-start].
|
@@ -246,48 +226,21 @@ for a second time.
|
246 | 226 |
|
247 | 227 | Anyone can help make this project better - check out our [Contributing guide](/CONTRIBUTING.md)!
|
248 | 228 |
|
249 |
| -## Backers |
250 |
| - |
251 |
| -Support us with a monthly donation and help us continue our activities. |
252 |
| - |
253 |
| -[![Backers][backers-image]][support-url] |
254 |
| - |
255 |
| -## Sponsors |
256 |
| - |
257 |
| -Become a sponsor to get your logo on our README on Github. |
258 |
| - |
259 |
| -[![Sponsors][sponsors-image]][support-url] |
| 229 | +<!-- prettier-ignore-start --> |
| 230 | +[quick-start]: https://gulpjs.com/docs/en/getting-started/quick-start |
| 231 | +[getting-started-guide]: https://gulpjs.com/docs/en/getting-started/quick-start |
| 232 | +[api-docs]: https://gulpjs.com/docs/en/api/concepts |
| 233 | +[esm-module]: https://github.com/standard-things/esm |
| 234 | +<!-- prettier-ignore-end --> |
260 | 235 |
|
261 |
| -[downloads-image]: https://img.shields.io/npm/dm/gulp.svg |
| 236 | +<!-- prettier-ignore-start --> |
| 237 | +[downloads-image]: https://img.shields.io/npm/dm/gulp.svg?style=flat-square |
262 | 238 | [npm-url]: https://www.npmjs.com/package/gulp
|
263 |
| -[npm-image]: https://img.shields.io/npm/v/gulp.svg |
264 |
| - |
265 |
| -[azure-pipelines-url]: https://dev.azure.com/gulpjs/gulp/_build/latest?definitionId=1&branchName=master |
266 |
| -[azure-pipelines-image]: https://dev.azure.com/gulpjs/gulp/_apis/build/status/gulp?branchName=master |
| 239 | +[npm-image]: https://img.shields.io/npm/v/gulp.svg?style=flat-square |
267 | 240 |
|
268 |
| -[travis-url]: https://travis-ci.org/gulpjs/gulp |
269 |
| -[travis-image]: https://img.shields.io/travis/gulpjs/gulp.svg?label=travis-ci |
270 |
| - |
271 |
| -[appveyor-url]: https://ci.appveyor.com/project/gulpjs/gulp |
272 |
| -[appveyor-image]: https://img.shields.io/appveyor/ci/gulpjs/gulp.svg?label=appveyor |
| 241 | +[ci-url]: https://github.com/gulpjs/gulp/actions?query=workflow:dev |
| 242 | +[ci-image]: https://img.shields.io/github/actions/workflow/status/gulpjs/gulp/dev.yml?branch=master&style=flat-square |
273 | 243 |
|
274 | 244 | [coveralls-url]: https://coveralls.io/r/gulpjs/gulp
|
275 |
| -[coveralls-image]: https://img.shields.io/coveralls/gulpjs/gulp/master.svg |
276 |
| - |
277 |
| -[gitter-url]: https://gitter.im/gulpjs/gulp |
278 |
| -[gitter-image]: https://badges.gitter.im/gulpjs/gulp.svg |
279 |
| - |
280 |
| -[backer-url]: #backers |
281 |
| -[backer-badge]: https://opencollective.com/gulpjs/backers/badge.svg?color=blue |
282 |
| -[sponsor-url]: #sponsors |
283 |
| -[sponsor-badge]: https://opencollective.com/gulpjs/sponsors/badge.svg?color=blue |
284 |
| - |
285 |
| -[support-url]: https://opencollective.com/gulpjs#support |
286 |
| - |
287 |
| -[backers-image]: https://opencollective.com/gulpjs/backers.svg |
288 |
| -[sponsors-image]: https://opencollective.com/gulpjs/sponsors.svg |
289 |
| - |
290 |
| -[quick-start]: https://gulpjs.com/docs/en/getting-started/quick-start |
291 |
| -[getting-started-guide]: https://gulpjs.com/docs/en/getting-started/quick-start |
292 |
| -[api-docs]: https://gulpjs.com/docs/en/api/concepts |
293 |
| -[esm-module]: https://github.com/standard-things/esm |
| 245 | +[coveralls-image]: https://img.shields.io/coveralls/gulpjs/gulp/master.svg?style=flat-square |
| 246 | +<!-- prettier-ignore-end --> |
0 commit comments