An open API service indexing awesome lists of open source software.

https://github.com/forwardsoftware/gulp-plugins

Custom plugins for gulp toolkit
https://github.com/forwardsoftware/gulp-plugins

gulp gulp-plugin gulp-tasks

Last synced: about 1 month ago
JSON representation

Custom plugins for gulp toolkit

Awesome Lists containing this project

README

          

# Gulp Plugins

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://github.com/forwardsoftware/gulp-plugins/actions/workflows/build-test.yml/badge.svg)](https://github.com/forwardsoftware/gulp-plugins/actions)

> A curated collection of high-quality plugins for [Gulp](https://gulpjs.com/), the streaming build system.
> These plugins are designed to enhance your development workflow and automate common tasks in your build process.

## Available Plugins

| Plugin | Version | Description | Downloads |
| ---------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [gulp-browser-sync](plugins/gulp-browser-sync) | [![NPM Version](https://img.shields.io/npm/v/%40forward-software%2Fgulp-browser-sync)](https://www.npmjs.com/package/@forward-software/gulp-browser-sync) | Setup a browser that can be auto-refreshed when files change using [Browsersync](https://browsersync.io/) library. | [![npm downloads](https://img.shields.io/npm/dm/@forward-software/gulp-browser-sync.svg)](https://www.npmjs.com/package/@forward-software/gulp-browser-sync) |
| [gulp-sharp](plugins/gulp-sharp) | [![NPM Version](https://img.shields.io/npm/v/%40forward-software%2Fgulp-sharp)](https://www.npmjs.com/package/@forward-software/gulp-sharp) | High-performance image processing using the Sharp library. Supports resizing, format conversion, and optimization. | [![npm downloads](https://img.shields.io/npm/dm/@forward-software/gulp-sharp.svg)](https://www.npmjs.com/package/@forward-software/gulp-sharp) |

Each plugin includes detailed documentation and usage examples in its respective folder.

## Contributing

We welcome contributions! Please read our [Contributing Guide](CONTRIBUTING.md) to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes.

## License

This project is licensed under the [MIT License](LICENSE) - see the [LICENSE](LICENSE) file for details.

---

Made with ✨ & ❤️ by [ForWarD Software](https://github.com/forwardsoftware) and [contributors](https://github.com/forwardsoftware/gulp-plugins/graphs/contributors)