{"library":"gulp","type":"library","category":null,"description":"Gulp is a powerful, streaming build system designed to automate repetitive and time-consuming tasks in development workflows. It operates by piping files through a series of small, single-purpose plugins, treating files as streams. The current stable version is 5.0.1, with releases typically occurring as needed for bug fixes, performance improvements, or new features rather than on a fixed schedule. Key differentiators include its code-over-configuration philosophy, minimal API surface, and functional approach, which encourages writing small, focused tasks that compose together. It's platform-agnostic, integrating with various IDEs and usable across PHP, .NET, Node.js, Java, and other environments, boasting a strong ecosystem with over 3000 curated plugins available via npm. The emphasis on streams and direct code manipulation provides a high degree of control and flexibility.","language":"javascript","status":"active","version":"5.0.1","tags":["javascript","build","stream","system","make","tool","asset","pipeline","series"],"last_verified":"Wed May 27","install":[{"cmd":"npm install gulp","imports":["import { src, dest, series, parallel, watch } from 'gulp';","import gulp from 'gulp';","const gulp = require('gulp');"]},{"cmd":"yarn add gulp","imports":[]},{"cmd":"pnpm add gulp","imports":[]}],"homepage":"https://gulpjs.com","github":"https://github.com/gulpjs/gulp","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/gulp","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/gulp/compatibility"}}