collective 0.1.1

A CLI to automate work around Polkadot collective work reports.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Collective CLI

Provides a way to create evidence reports for a Polkadot On-Chain collective. Reports are machine readable and can be rendered.

## Usage

```sh
cargo install collective
```

**Render** a YAML report that conforms to the [schema.json](./schema.json) into HTML:

```sh
collective render evidence example.evidence > example.html
```