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

https://github.com/l3r8yj/elegant

This is a pre-configured template for your projects.
https://github.com/l3r8yj/elegant

0pdd cicd code-quality java rultor template

Last synced: 2 months ago
JSON representation

This is a pre-configured template for your projects.

Awesome Lists containing this project

README

        

# elegant
This is a pre-configured template for your projects in Java, you can use it with any language, [more about it](https://h1alexbel.github.io/2023/01/21/maintainable-project-template.html)

## Tools:
- [Rultor](https://www.rultor.com/) for CI/CD.
- [0pdd](https://www.0pdd.com/) for issue management.
- [Renovate](https://www.mend.io/free-developer-tools/renovate/) for dependency control.
- [xcop](https://www.yegor256.com/2017/08/29/xcop.html) GitHub action for XML style check.

## How to use?
- Configure actions in `workflows` folder.
- [Configure](https://doc.rultor.com/reference.html) the `@rultor`.
- [Configure](https://www.yegor256.com/2017/04/05/pdd-in-action.html) the `0pdd`.
- [Configure](https://github.com/marketplace/renovate) the `renovate`.

And you're good to go!