Cookbook¶
Recipes for the situations that show up in real teams. Each page is a self-contained walkthrough you can adapt.
-
Corporate proxy & TLS
Get
jarvy setupworking through your company's HTTP proxy with custom CA bundles. -
Multi-project Postgres
Run different Postgres versions for different projects on the same laptop without port conflicts.
-
Monorepo with multiple roles
Frontend, backend, and DevOps contributors share one repo but install only the tools they need.
-
Secrets via 1Password
Pull
[env.secrets]values from 1Password CLI instead of hardcoding or relying on each developer to set them. -
GitHub Actions matrix
Run
jarvy validateandjarvy drift checkacross macOS, Linux, and Windows in CI. -
Slack notifier hook
Notify a Slack channel when a contributor completes
jarvy setupso the team can welcome them.
Recipe template¶
Every recipe follows the same shape:
- Problem — what real situation triggered this recipe
- Config — the
jarvy.tomlsnippet - Why it works — what each piece does
- Variations — common tweaks
- Caveats — when this doesn't fit
If you have a recipe to contribute, open a PR — recipes are the highest-leverage contribution to the docs.