Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bancolombia/scaffold-clean-architecture
Gradle plugin to create a clean application in Java that already works, It follows our best practices!
https://github.com/bancolombia/scaffold-clean-architecture
architecture gradle java open-source scaffolding
Last synced: 7 days ago
JSON representation
Gradle plugin to create a clean application in Java that already works, It follows our best practices!
- Host: GitHub
- URL: https://github.com/bancolombia/scaffold-clean-architecture
- Owner: bancolombia
- License: apache-2.0
- Created: 2019-12-03T15:23:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T12:10:47.000Z (13 days ago)
- Last Synced: 2024-10-28T15:39:22.062Z (13 days ago)
- Topics: architecture, gradle, java, open-source, scaffolding
- Language: Java
- Homepage:
- Size: 2.47 MB
- Stars: 419
- Watchers: 28
- Forks: 152
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
![](https://github.com/bancolombia/scaffold-clean-architecture/workflows/gradle-actions/badge.svg)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=bancolombia_scaffold-clean-architecture&metric=alert_status)](https://sonarcloud.io/dashboard?id=bancolombia_scaffold-clean-architecture)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=bancolombia_scaffold-clean-architecture&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=bancolombia_scaffold-clean-architecture)
[![codecov](https://codecov.io/gh/bancolombia/scaffold-clean-architecture/branch/master/graph/badge.svg)](https://codecov.io/gh/bancolombia/scaffold-clean-architecture)
[![GitHub license](https://shields.io/badge/license-Apache%202-blue)](https://github.com/bancolombia/scaffold-clean-architecture/blob/master/LICENSE)
[![Scorecards supply-chain security](https://github.com/bancolombia/scaffold-clean-architecture/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/bancolombia/scaffold-clean-architecture/actions/workflows/scorecards-analysis.yml)# Scaffolding of Clean Architecture
Gradle plugin to create a java application based on Clean Architecture following our best practices!
# Getting Started
Please follow our [Getting Started Guide](https://bancolombia.github.io/scaffold-clean-architecture/docs/intro) to create your first project!