This repo contains a standalone CLI.
npm i -g @emredoganer/basecamp-cli
Create an integration (OAuth app) in 37signals Launchpad:
Then:
basecamp auth configure --client-id <id> --redirect-uri http://localhost:9292/callback
export BASECAMP_CLIENT_SECRET="<secret>"
basecamp auth login
BASECAMP_CLIENT_SECRET is intentionally NOT stored on disk by the CLI.共 1 个版本