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
- Host: GitHub
- URL: https://github.com/forwardsoftware/gulp-plugins
- Owner: forwardsoftware
- License: mit
- Created: 2025-02-24T13:45:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-24T07:08:00.000Z (about 1 month ago)
- Last Synced: 2026-02-24T13:37:47.829Z (about 1 month ago)
- Topics: gulp, gulp-plugin, gulp-tasks
- Language: JavaScript
- Homepage:
- Size: 579 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Gulp Plugins
[](https://opensource.org/licenses/MIT)
[](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) | [](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. | [](https://www.npmjs.com/package/@forward-software/gulp-browser-sync) |
| [gulp-sharp](plugins/gulp-sharp) | [](https://www.npmjs.com/package/@forward-software/gulp-sharp) | High-performance image processing using the Sharp library. Supports resizing, format conversion, and optimization. | [](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)