Skip to content

Commit

Permalink
chore: add initial badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Xoán Mallón committed May 21, 2024
1 parent a4e7fb7 commit c2c1c7f
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[![Codespell][codespell-badge]][codespell-link]
[![E2E][e2e-badge]][e2e-link]
[![PR][pr-badge]][pr-link]
[![Go Report Card][report-badge]][report-link]
[![GitHub Release][release-badge]][release-link]
[![License][license-badge]][license-link]
[![All Contributors][all-contributors-badge]][all-contributors-link]
[![Commit Activity][commit-activity-badge]][commit-activity-link]

# IDP Builder

Internal development platform binary launcher.
Expand Down Expand Up @@ -230,3 +239,33 @@ If you'd like to contribute to the project or know the architecture and internal
## Extending the IDP builder

We are actively working to include more patterns and examples of extending idpbuilder to get started easily.

<!-- JUST BADGES & LINKS -->
[codespell-badge]: https://github.com/cnoe-io/idpbuilder/actions/workflows/codespell.yaml/badge.svg
[codespell-link]: https://github.com/cnoe-io/idpbuilder/actions/workflows/codespell.yaml

[e2e-badge]: https://github.com/cnoe-io/idpbuilder/actions/workflows/e2e.yaml/badge.svg
[e2e-link]: https://github.com/cnoe-io/idpbuilder/actions/workflows/e2e.yaml

[release-status-badge]: https://github.com/cnoe-io/idpbuilder/actions/workflows/release.yaml/badge.svg
[release-status-link]: https://github.com/cnoe-io/idpbuilder/actions/workflows/release.yaml

[pr-badge]: https://github.com/cnoe-io/idpbuilder/actions/workflows/pr.yaml/badge.svg
[pr-link]: https://github.com/cnoe-io/idpbuilder/actions/workflows/pr.yaml

[release-badge]: https://img.shields.io/github/release/cnoe-io/idpbuilder.svg?logo=github&labelColor=262b30
[release-link]: https://github.com/cnoe-io/idpbuilder/releases

[report-badge]: https://goreportcard.com/badge/github.com/cnoe-io/idpbuilder
[report-link]: https://goreportcard.com/report/github.com/cnoe-io/idpbuilder

[license-badge]: https://img.shields.io/github/license/cnoe-io/idpbuilder
[license-link]: https://github.com/cnoe-io/idpbuilder/blob/main/LICENSE

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[all-contributors-badge]: https://img.shields.io/badge/contributors-10-blue.svg
<!-- ALL-CONTRIBUTORS-BADGE:END -->
[all-contributors-link]: #contributors-

[commit-activity-badge]: https://img.shields.io/github/commit-activity/m/cnoe-io/idpbuilder
[commit-activity-link]: https://github.com/cnoe-io/idpbuilder/pulse

0 comments on commit c2c1c7f

Please sign in to comment.