Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Installation

SDK Installation

pnpm

pnpm add @lumeweb/pinner

npm

npm install @lumeweb/pinner

yarn

yarn add @lumeweb/pinner

CLI Installation

go install

go install go.lumeweb.com/pinner-cli/cmd/pinner@latest

Download Binary

Download the latest binary from the releases page.

Verify Installation

# SDK
pnpm exec pinner --help
 
# CLI
pinner --help