Installation
Get started with boltz-kit in minutes.
Prerequisites
boltz-kit requires Go 1.21 or later. You can check your Go version with:
go versionInstall with Go
The easiest way to install boltz-kit is with Go:
go install github.com/boltz-labs/boltz-kit@latestVerify Installation
After installation, verify it works by checking the version:
$ boltz --version
boltz-kit v0.2.0Build from Source
Alternatively, you can build from source:
git clone https://github.com/boltz-labs/boltz-kit.git
cd boltz-kit
go build -o boltz .Next Steps
Now that you have boltz-kit installed, try out some commands:
boltz tree .- View your project structureboltz symbols main.go- Extract code symbolsboltz search "TODO" .- Search for patterns