JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 28
  • Score
    100M100P100Q71200F
  • License MIT

A CLI tool to add Cursor rules to a project

Package Exports

  • @gabimoncha/cursor-rules
  • @gabimoncha/cursor-rules/lib/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 (@gabimoncha/cursor-rules) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

cursor-rules

Installation

- global install

bun

bun add -g @gabimoncha/cursor-rules

yarn

yarn global add @gabimoncha/cursor-rules

npm

npm install -g @gabimoncha/cursor-rules

- project install

bun

bun add -d @gabimoncha/cursor-rules

yarn

yarn add -D @gabimoncha/cursor-rules

npm

npm install --save-dev @gabimoncha/cursor-rules

Usage

- init cursor rules

cursor-rules --init

- generate repomix file to be used with AI

cursor-rules --repomix

Acknowledgements

Idea inspired by Elie Steinbock OSS Cursor rules announcement