Installation
npm (Node.js)
sh
npm install @pgomes13/drift-guardDownloads the correct pre-built binary for your platform automatically. See npm SDK for the full programmatic API.
Homebrew (macOS / Linux)
sh
brew tap pgomes13/tap
brew install drift-guardGo install
sh
go install github.com/pgomes13/drift-guard-engine/cmd/drift-guard@latestBuild from source
sh
go build -o drift-guard ./cmd/drift-guardOr via Make:
sh
make build