Add badges and info to readme files

This commit is contained in:
Paul Schaub 2022-03-01 17:16:26 +01:00
parent 7cf9c57577
commit bbe7140a8e
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 9 additions and 1 deletions

View File

@ -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/).

View File

@ -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`.
[![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).