porch 0.2.2

Local git gate: push to porch, review and certify before origin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# porch

Local git gate. Consent is `git push porch`. Independent review, cheap certify, then a GitHub PR. `origin` is never hijacked.

`cargo install porch` installs **both** `porch` and `porch-quality`.

```sh
cargo install porch --locked
export PATH="$HOME/.cargo/bin:$PATH"
porch setup
porch doctor
```

Needs Rust 1.85+ and git. Guide: [docs/install.md](https://github.com/jayden-dang/porch/blob/main/docs/install.md).

Apache-2.0.