get your claude code tokens here

docs: fix name

dunkirk.sh faddd984 bb1ecf47

verified
Changed files
+5 -8
+4 -7
README.md
···
## usage
```bash
-
# one-off via bunx (recommended)
-
bunx anthropic
-
-
# or via npx
-
npx anthropic
# override port
-
PORT=9999 bunx anthropic
# help
-
bunx anthropic --help
```
## what it does
···
## usage
```bash
+
# only works via bunx since it uses bun libraries
+
bunx anthropic-api-key
# override port
+
PORT=9999 bunx anthropic-api-key
# help
+
bunx anthropic-api-key --help
```
## what it does
+1 -1
package.json
···
{
"name": "anthropic-api-key",
-
"version": "0.1.4",
"description": "CLI to fetch Anthropic API access tokens via OAuth with PKCE using Bun.",
"type": "module",
"private": false,
···
{
"name": "anthropic-api-key",
+
"version": "0.1.5",
"description": "CLI to fetch Anthropic API access tokens via OAuth with PKCE using Bun.",
"type": "module",
"private": false,