Skip to content

Installation

CLI Tool

Install the PIDL command-line tool using Go:

go install github.com/grokify/pidl/cmd/pidl@latest

Or clone and build from source:

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

Go Library

Add PIDL to your Go project:

go get github.com/grokify/pidl

Verify Installation

pidl version
pidl help

Requirements

  • Go 1.21 or later