Skip to content

Commit

Permalink
feat(Readme): add badges to the README (#2172)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood authored Nov 8, 2022
1 parent 58147cf commit b4f64f1
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@
<br>
</h1>

<div align="center">
<a href="https://github.com/eclipse-dataspaceconnector/DataSpaceConnector/actions/workflows/verify.yaml">
<img src="https://img.shields.io/github/workflow/status/eclipse-dataspaceconnector/DataSpaceConnector/Test%20Code%20(Style,%20Tests)?logo=GitHub&style=flat-square"
alt="Tests status" />
</a>
<a href="https://app.codecov.io/gh/eclipse-dataspaceconnector/DataSpaceConnector">
<img src="https://img.shields.io/codecov/c/github/eclipse-dataspaceconnector/DataSpaceConnector?style=flat-square"
alt="Coverage" />
</a>
<a href="https://discord.gg/n4sD9qtjMQ">
<img src="https://img.shields.io/badge/discord-chat-brightgreen.svg?style=flat-square&logo=discord"
alt="Discord chat" />
</a>
<a href="https://search.maven.org/artifact/org.eclipse.dataspaceconnector/core-boot">
<img src="https://img.shields.io/maven-central/v/org.eclipse.dataspaceconnector/core-boot?logo=apache-maven&style=flat-square&label=latest%20version"
alt="Version" />
</a>
<a href="https://www.apache.org/licenses/LICENSE-2.0">
<img src="https://img.shields.io/github/license/eclipse-dataspaceconnector/DataSpaceConnector?style=flat-square&logo=apache"
alt="License" />
</a>
</div>

<p align="center">
<a href="#contributing">Contribute</a> •
Expand Down Expand Up @@ -42,7 +64,8 @@ where the main concepts and decisions are captured as [decision records](docs/de

Some more documentation can be found at [extensions](extensions/), [launchers](launchers/) and [samples](samples/).

For detailed information about the whole project, please take a look at our [GitHub pages](https://eclipse-dataspaceconnector.github.io/docs).
For detailed information about the whole project, please take a look at
our [GitHub pages](https://eclipse-dataspaceconnector.github.io/docs).

## Getting Started

Expand Down Expand Up @@ -191,7 +214,8 @@ Launchers are essentially connector packages that are runnable. What modules get
capabilities a connector has) is defined by the `build.gradle.kts` file inside the launcher subdirectory. That's also
where a Java class containing a `main` method should go. We will call that class a "runtime" and in order for the
connector to become operational the `runtime` needs to perform several important tasks (="bootstrapping"). For an
example take a look at [this runtime](samples/other/custom-runtime/src/main/java/org/eclipse/edc/sample/runtime/CustomRuntime.java)
example take a look
at [this runtime](samples/other/custom-runtime/src/main/java/org/eclipse/edc/sample/runtime/CustomRuntime.java)

### `resources/charts`

Expand Down

0 comments on commit b4f64f1

Please sign in to comment.