Skip to content

Installation

Go CLI

From Source

# Clone the repository
git clone https://github.com/nickyhof/CommitDB.git
cd CommitDB

# Build CLI
go build -o commitdb ./cmd/commitdb

Using Go Install

go install github.com/nickyhof/CommitDB/v2/cmd/commitdb@latest

Go Library

go get github.com/nickyhof/CommitDB/v2

See Go API for usage.