@obedience-corp/festival
v0.2.5
Published
Festival Methodology CLI suite: fest and camp
Readme
@obedience-corp/festival
NPM installer for the Festival CLI suite.
Festival includes two commands:
fest- Festival planning and execution workflow CLIcamp- Campaign workspace management CLI
Install
npm install -g @obedience-corp/festivalYou can also use another npm-compatible package manager:
pnpm add -g @obedience-corp/festival
bun add -g @obedience-corp/festivalVerify
fest version
camp versionSupported Platforms
- macOS: Intel and Apple Silicon, distributed as a universal archive
- Linux: x64 and arm64
Windows npm installation is paused until the Festival Windows release artifacts are re-enabled.
How It Works
This package downloads the matching Festival GitHub release archive for your
platform, verifies it against the release checksums.txt, and exposes fest
and camp on your PATH.
Maintainer Notes
The npm package intentionally exposes the same binary set as the Festival release
archive. If a future release adds or removes CLI binaries, update BINARIES in
install.js, the bin map in package.json, the wrapper files in bin/, and
the GoReleaser archive ids: in ../.goreleaser.yaml together.
See https://fest.build for docs and the full installation guide.
