JSPM

cursorkit

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q12408F
  • License MIT

CLI for installing and managing Cursor Kit

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 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