0.1.0 • Published 4 months ago

cursorkit v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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 init

Usage

# Initialize Cursor Kit in your project
cursorkit init

# With options
cursorkit init --yes --language JavaScript

Options

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 command

What 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

0.1.0

4 months ago