Bespoke Gradle Plugins
This repository hosts a collection of custom Gradle plugins aimed at enhancing various aspects of software development. It's a monorepo structured with sub-projects for each specific plugin. In addition, there's a test-project
folder that serves as a playground for applying and testing these plugins.
- Description: Designed to embed a test coverage badge in your project's README. The badge is generated based on coverage information from the Kover Gradle Plugin, and displayed using the https://shields.io/badges service.
- Usage: For details, check out the plugin's README.
The test-project
folder is a skeleton project set up to test the plugins available in this monorepo.
- Fork the Repository: Fork the main repo and create your feature/bugfix branch.
- Clone Locally: Clone your forked repository to your local machine.
- Make Changes: Implement your changes, adhering to the coding standards and guidelines.
- Test: Ensure your changes are tested appropriately.
- Pull Request: Open a pull request against the main repository for review.
Feel free to open an issue or submit a pull request for any bugs or improvements.
This monorepo and its plugins are licensed under the MIT License - see the LICENSE file for details.
For more detailed information about the individual plugins, please navigate to their respective README files.
If you have any questions, issues, or contributions, feel free to make a pull request or open an issue.
Thank you for using and contributing! 🎉