crib
Just Enough Devcontainers.
Your devcontainer.json, minus the IDE. crib builds the container and stays out of your way.
Documentation · Comparison with alternatives
Note: This is the main branch where active development happens.
Docs here may describe unreleased features. For documentation matching
the latest release, see the stable branch.
Installation
Install with mise:
mise use github:fgrehm/crib
Or download the latest binary from GitHub releases:
# Replace OS and ARCH as needed (linux/darwin, amd64/arm64)
curl -Lo crib.tar.gz "https://github.com/fgrehm/crib/releases/latest/download/crib_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz"
tar xzf crib.tar.gz crib
install -m 755 crib ~/.local/bin/crib
rm crib.tar.gz
Make sure ~/.local/bin is in your PATH.
License
MIT
Logo created with ChatGPT image generation, prompted by Claude.
Built with Claude Code (Opus 4.6, Sonnet 4.6, Haiku 4.5).