This repository packages the Splitrail CLI as a reusable Dev Container Feature, aligned with the latest upstream GitHub release.
- Discovers the latest Splitrail release at install time (configurable via
VERSION). - Downloads the GNU tarball when available; falls back to the published
.debif needed. - Installs the
splitrailbinary into/usr/local/bin.
Add the feature in your devcontainer.json.
{ "features": { "ghcr.io/iiroan/devcontainer-splitrail/splitrail:1": {} } }