An all-in-one toolkit for Magic: The Gathering for your CLI and self-hosting needs.
For macOS/Linux, install as your user with:
curl -fsSL https://raw.githubusercontent.com/sloshy/ritual/main/scripts/install.sh | bashFor Windows (PowerShell), install as your user with:
irm https://raw.githubusercontent.com/sloshy/ritual/main/scripts/install.ps1 | iexYou can also download binaries from the releases page, or build from source with bun run build.
./ritual --help📖 Full documentation at ritual.rpeters.dev
See CONTRIBUTING.md for rules and guidelines.
This project uses Bun as its runtime. Install dependencies with:
bun installRun commands locally without building:
bun run index.ts --helpBuild a compiled binary:
bun run buildUnit Tests:
bun run testIntegration Tests:
bun run test:it