This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Description
Summary
Problem
We want to make the CLI available to developers through package ecosystems.
Impact
Without distribution, a developer would need to build from source of download a binary from GitHub, which isn't ideal.
Solution
A few distributions we would like to support:
- Homebrew
- Flatpak
- Cargo
- Scoop or Chocalety for Windows
- Needs more investigation, WSL2 might be enough
NB: We'll want to generate these distributions via CI on each release.