Skip to content

fgrehm/crib

Repository files navigation

crib logo

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.

crib demo

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.

Contributing

See ARCHITECTURE.md for a contributor's map of the codebase: module layout, dependency flow, and the invariants that hold the design together. Quirks and spec-compliance status live in docs/implementation-notes.md.

License

MIT


Logo created with ChatGPT image generation, prompted by Claude.

About

Just Enough Devcontainers

Resources

License

Security policy

Stars

Watchers

Forks

Contributors