1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-26 05:24:49 +02:00
pgpainless/pgpainless-wot-cli
2023-07-08 00:54:58 +02:00
..
src Work on CLI 2023-07-08 00:54:58 +02:00
build.gradle Add module pgpainless-wot-cli 2023-06-29 17:49:12 +02:00
README.md Move the API definition to wot-dijkstra 2023-07-07 15:41:17 +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. The interface of the application is modelled after the sq-wot reference implementation.

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