mirror of
https://codeberg.org/PGPainless/cert-d-pgpainless.git
synced 2024-12-30 00:27:57 +01:00
Add badges and info to readme files
This commit is contained in:
parent
7cf9c57577
commit
bbe7140a8e
2 changed files with 9 additions and 1 deletions
|
@ -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/).
|
||||
|
|
|
@ -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).
|
Loading…
Reference in a new issue