From bbe7140a8ea75ad3fb5d19350344b0e2d3dafe80 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Tue, 1 Mar 2022 17:16:26 +0100 Subject: [PATCH] Add badges and info to readme files --- pgpainless-cert-d-cli/README.md | 3 +++ pgpainless-cert-d/README.md | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pgpainless-cert-d-cli/README.md b/pgpainless-cert-d-cli/README.md index 86735bb..6747349 100644 --- a/pgpainless-cert-d-cli/README.md +++ b/pgpainless-cert-d-cli/README.md @@ -6,5 +6,8 @@ SPDX-License-Identifier: Apache-2.0 # Command Line Interface for pgpainless-cert-d +[![javadoc](https://javadoc.io/badge2/org.pgpainless/pgpainless-cert-d-cli/javadoc.svg)](https://javadoc.io/doc/org.pgpainless/pgpainless-cert-d-cli) +[![Maven Central](https://badgen.net/maven/v/maven-central/org.pgpainless/pgpainless-cert-d-cli)](https://search.maven.org/artifact/org.pgpainless/pgpainless-cert-d-cli) + This module utilizes [picocli](https://picocli.info) to provide a CLI application for use with the [Shared PGP Certificate Directory](https://sequoia-pgp.gitlab.io/pgp-cert-d/). diff --git a/pgpainless-cert-d/README.md b/pgpainless-cert-d/README.md index c0ceb09..8e6ef55 100644 --- a/pgpainless-cert-d/README.md +++ b/pgpainless-cert-d/README.md @@ -6,4 +6,9 @@ SPDX-License-Identifier: Apache-2.0 # Shared PGP Certificate Directory + PGPainless -This module makes use of `pgpainless-core` to provide backend implementations of classes required by `pgp-cert-d-java`. \ No newline at end of file +[![javadoc](https://javadoc.io/badge2/org.pgpainless/pgpainless-cert-d/javadoc.svg)](https://javadoc.io/doc/org.pgpainless/pgpainless-cert-d) +[![Maven Central](https://badgen.net/maven/v/maven-central/org.pgpainless/pgpainless-cert-d)](https://search.maven.org/artifact/org.pgpainless/pgpainless-cert-d) + +This module makes use of [pgpainless-core](https://github.com/pgpainless/pgpainless) +to provide backend implementations of classes required by +[pgp-cert-d-java](https://github.com/pgpainless/cert-d-java). \ No newline at end of file