Installs the Vale prose linter from a pinned GitHub release.
5.6K
Installs the Vale prose linter from a pinned GitHub release.
github.com
objects.githubusercontent.com
release-assets.githubusercontent.com
sbx run <agent> --kit sbx/vale-kit:latestRun the following command to install sbx on your machine.
brew install docker/tap/sbxwinget install Docker.sbxA mixin kit (kind: mixin) that installs the latest Vale prose linter from GitHub releases.
sbx run --kit "docker.io/sbx/vale-kit:latest" claude
agent@...$ vale --version
Or from a git URL targeting this repo:
sbx run --kit "git+https://github.com/docker/sbx-kits-contrib.git#dir=vale" claude
Or with a local clone:
sbx run --kit ./vale/ claude
Vale is on PATH after install. To lint a directory:
agent@...$ vale sync # download styles referenced by .vale.ini
agent@...$ vale ./docs/
This listing is prepared by Docker. All third-party product names, logos, and trademarks are the property of their respective owners and are used solely for identification. Docker claims no interest in those marks, and no affiliation, sponsorship, or endorsement is implied.