Installation
Local installation
Section titled “Local installation”cargo install ferrflownpm install -g ferrflow# or as a dev dependencynpm install -D ferrflownpm install @ferrflow/wasmUse FerrFlow directly in the browser — parse commits, compute version bumps, and generate changelogs client-side without a backend.
Download a pre-built binary from Releases:
# Linux x86_64curl -L https://github.com/FerrLabs/FerrFlow/releases/latest/download/ferrflow-linux-x64.tar.gz | tar xzsudo mv ferrflow /usr/local/bin/docker run --rm -v $(pwd):/repo ghcr.io/ferrlabs/ferrflow:latest checkCI installation
Section titled “CI installation”The recommended way to use FerrFlow in CI is the GitHub Action — no installation step needed:
- uses: FerrLabs/ferrflow@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}See GitHub Actions and GitLab CI for complete examples.
Verify
Section titled “Verify”ferrflow --version