Package Exports
- cursorkit
- cursorkit/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cursorkit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Cursor Kit CLI
A CLI tool for installing and managing Cursor Kit rules in your projects.
Installation
# Use directly with npx
npx cursorkit@latest init
# Or install globally
npm install -g cursorkit
cursorkit initUsage
# Initialize Cursor Kit in your project
cursorkit init
# With options
cursorkit init --yes --language JavaScriptOptions
Options:
-c, --cwd <cwd> the working directory. defaults to the current directory.
-y, --yes skip confirmation prompt. (default: false)
-l, --language <language> language to configure (e.g., JavaScript, TypeScript, Python)
-h, --help display help for commandWhat is Cursor Kit?
Cursor Kit provides a collection of rules that transform Cursor AI into a powerful, context-aware development partner. It includes specialized modes for architecture design, debugging, code review, and more.
For more information, visit the Cursor Kit repository.
License
MIT