SETUP
This guide covers local setup for the current Kron MVP implementation.
Prerequisites
Git
Go 1.22+ (workspace-aware
gocommand)
Clone the Repository
git clone https://github.com/desuex/kron.git
cd kron
Verify the Toolchain
go version
go env GOWORK
GOWORK should resolve to the repository go.work file.
Run Quality Gates
./scripts/ci.sh
This runs formatting checks, go vet, tests, and coverage threshold checks.
Build the MVP CLI
mkdir -p bin
go build -o bin/krontab ./cmd/krontab
./bin/krontab --help
Current MVP Scope
Implemented commands:
krontab lintkrontab explainkrontab next
For syntax and behavior details, see: