UNPKG

claude-code-leaderboard

Version:

CLI tool for tracking Claude Code usage and leaderboard participation

7 lines (5 loc) 131 B
#!/usr/bin/env node // Set dev environment process.env.API_BASE_URL = 'http://localhost:8000'; // Run the CLI import('./cli.js');