···2233simple cli to fetch an anthropic access token using oauth (pkce), built with bun
4455-## install
66-77-```bash
88-bun install
99-```
1010-115## usage
126137```bash
1414-# only works via bunx since it uses bun libraries
158bunx anthropic-api-key
99+npx anthropic-api-key
16101711# override port
1812PORT=9999 bunx anthropic-api-key