1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-25 21:14:49 +02:00
pgpainless/pgpainless-wot-cli
2023-07-12 17:05:05 +02:00
..
src Work on API structure and first baby steps of formatting the Authenticate output 2023-07-12 17:03:57 +02:00
build.gradle Add module pgpainless-wot-cli 2023-07-12 17:03:50 +02:00
README.md Add README files 2023-07-12 17:05:05 +02:00

Command Line Interface for the Web-of-Trust

This module contains a command line interface application that acts as a front-end for pgpainless-wot.

Build

To build the application, navigate into this subdirectory and execute the following command:

../gradlew installDist

A ready-to-use distributable directory can then be found in build/install/ with an executable in build/install/pgpainless-wot-cli/bin/.