mentormates
v0.5.4
Published
Hackathon companion CLI — submit your build session (any agent) and check event info from the terminal.
Maintainers
Readme
mentormates
Hackathon companion CLI. Submit your build session and check event info — straight from the terminal, zero install.
Works with any agent — Claude Code, OpenClaw, Hermes, Cursor, Codex. Anything that can run a shell command. Bring your own.
npx mentormates # banner + commands
npx mentormates info # hackathon details: schedule, links
npx mentormates submit # bundle your build session and submit itsubmit
Pick what to submit — a Claude Code session from ~/.claude/projects/, or
your current project directory (so any agent's build works). The CLI zips
it (pure-JS, no system zip; node_modules/.git skipped, source left
intact), then uploads it.
Authentication is a per-participant submit token — grab yours from your
profile on the event site, or set MENTORMATES_TOKEN. The token identifies
you, so there's no email to type.
If the upload fails it prints the path to the local zip so you can submit it manually — nothing is lost.
The API base URL defaults to https://ai-business-hack.mentormates.ai; override
it with MENTORMATES_API_URL.
info
Prints the bundled hackathon details — name, date, venue, schedule, and key
links. Aliased as event.
Requirements
Node 18 or newer.
License
MIT
