crib

command module
v0.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2026 License: MIT Imports: 2 Imported by: 0

README

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.

License

MIT


Logo created with ChatGPT image generation, prompted by Claude.

Built with Claude Code (Opus 4.6, Sonnet 4.6, Haiku 4.5).

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL