cursor-commands
v0.1.0
Published
A CLI tool to synchronize, manage, and share Cursor IDE commands through git repositories
Maintainers
Readme
Cursor Commands
A CLI tool to synchronize, manage, and share Cursor IDE commands through git repositories.
Installation
npm install -g cursor-commandsUsage
Sync commands from a repository
npx cursor-commands sync
npx cursor-commands sync --repository https://github.com/your-org/cursor-commands
npx cursor-commands sync --selective command1 command2Contribute your commands
npx cursor-commands contribute
npx cursor-commands contribute --commands command1 command2List local commands
npx cursor-commands list
npx cursor-commands list --category development
npx cursor-commands list --author "Your Name"Browse repository commands
npx cursor-commands browse
npx cursor-commands browse --search "typescript"
npx cursor-commands browse --category "web-development"Configure the tool
npx cursor-commands configure --repository https://github.com/your-org/commands
npx cursor-commands configure --auth-method sshDevelopment
Setup
npm install
npm run buildTesting
npm test
npm run test:watch
npm run test:coverageBuilding
npm run build
npm run dev # Watch modeLicense
MIT
