@reposeek/cli
v0.1.1
Published
Find the open-source repo worth building on before implementation starts.
Downloads
46
Maintainers
Readme
RepoSeek CLI
Find the open-source repo worth building on before implementation starts.
Install
npm install -g @reposeek/cliSaved Login
Use a dashboard-created API key once:
reposeek login
reposeek auth status
reposeek search "self-hosted calendly alternative" --limit 3For password managers or scripts that can pipe secrets:
op read op://Private/Reposeek/api-key | reposeek login --api-key-stdinOne-Shot Env Usage
For CI, agents, or one-off commands:
REPOSEEK_API_KEY=*** npx @reposeek/cli@latest search "react admin dashboard" --limit 3REPOSEEK_API_KEY always overrides any saved local credential.
For hard repository constraints, pass explicit filter flags: --min-stars, --max-stars, --min-forks, --max-forks, and --license.
reposeek search "local-first sync engine" --min-stars 1000 --max-stars 50000 --min-forks 10 --max-forks 5000 --license MITLocal Development Override
reposeek config set api-base-url http://localhost:8000
reposeek auth status
reposeek config unset api-base-urlREPOSEEK_API_BASE_URL overrides the saved base URL for a single environment.
Logout
reposeek logoutLogout removes the saved local credential but does not revoke the dashboard API key.
