rgen-tool 0.1.0

rgen is a deterministic, language-agnostic code generation framework that treats software artifacts as projections of knowledge graphs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Release

1. `just all`
2. Compute SHA256 of each tarball:
```bash
shasum -a 256 rgen-*.tar.gz
```
3. Create GitHub release `vX.Y.Z` and upload tarballs.
4. Update `Formula/rgen.rb` URLs and SHA256.
5. `brew tap your-org/tap && brew install --build-from-source Formula/rgen.rb`
6. Verify:
```bash
rgen --version
rgen list
```