Marketing & SalesDocumentedScanned

basecamp-cli

Manage Basecamp (via bc3 API / 37signals Launchpad) projects, to-dos, messages.

Share:

Installation

npx clawhub@latest install basecamp-cli

View the full skill documentation and source below.

Documentation

Basecamp CLI

This repo contains a standalone CLI.

Install

npm i -g @emredoganer/basecamp-cli

Auth

Create an integration (OAuth app) in 37signals Launchpad:



Then:
basecamp auth configure --client-id <id> --redirect-uri 
export BASECAMP_CLIENT_SECRET="<secret>"
basecamp auth login

Notes

  • This uses the Basecamp API docs published under bc3-api:
  • BASECAMP_CLIENT_SECRET is intentionally NOT stored on disk by the CLI.