1.0.1 • Published 6 months ago
@_eme/cursor-rules-cli v1.0.1
@eme/cursor-rules-cli
A command-line tool to manage Cursor rules for different programming languages.
Installation
Use it directly with npx:
npx @_eme/cursor-rules-cliUsage
You can use the CLI in two ways:
- Interactive mode - Select languages from a list:
npx @_eme/cursor-rules-cliThis will show an interactive prompt where you can select multiple languages.
- Direct mode - Specify languages as arguments:
npx @_eme/cursor-rules-cli typescript pythonThe tool will copy all the rules from the package's src/rules/<language> directory to your project's .cursor/rules/<language> directory.
Available Languages
The package includes rules for the following languages:
- TypeScript
- More to come
Adding New Languages
To add support for a new language:
1. Create a new directory in the src/rules folder with the language name
2. Add your rules files in that directory
3. The new language will be automatically available through the CLI
License
MIT