Skip to content

Installation

Requirements

  • Go 1.21 or later
  • Aha.io account with API access

Install as Library

Add aha-go to your Go project:

go get github.com/grokify/aha-go

Import in your code:

import aha "github.com/grokify/aha-go"

Install CLI Tool

Install the aha command-line tool:

go install github.com/grokify/aha-go/cmd/aha@latest

Verify installation:

aha --version

Build from Source

Clone and build locally:

git clone https://github.com/grokify/aha-go.git
cd aha-go
go build ./cmd/aha

Next Steps