Skip to content

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 25 Mar 23:34
· 9 commits to main since this release

petti v0.6.3

This release finalizes the rename from pkgview to petti and ships the first public distribution setup.

Highlights

  • renamed the app, module path, binary name, release artifacts, and docs to petti
  • published Homebrew tap support via 707/homebrew-petti
  • added a cross-platform install script at scripts/install.sh
  • added an npm wrapper package and publish workflow so npx petti can be enabled once npm auth is configured
  • kept the TUI, collectors, and tests green with 100% Go statement coverage

Install

brew install 707/petti/petti

Or from source:

git clone https://github.com/707/petti.git
cd petti
go build -o petti ./cmd/petti
./petti