ddcursor
v1.0.11
Published
CLI to initialize .cursor configuration
Downloads
1,141
Readme
ddcursor
ddcursor is a CLI tool to initialize .cursor configuration and prepare local runtime dependencies for dd-* skills.
Install
npm install -g ddcursorUpdate
npm update -g ddcursorUninstall
npm uninstall -g ddcursorCommands
ddcursor init
ddcursor setup
ddcursor self-update
ddcursor --helpInit
ddcursor initStarts an interactive project selection in the terminal, then replaces the current directory's .cursor contents from the selected template repository.
Setup
ddcursor setupCreates ~/.ddcursor if needed and installs the hard-coded Python and Playwright dependencies required by supported dd-* skills.
Troubleshooting
- Global install permission denied: use
nvmorvolta, then retry install. - Command not found after install: ensure npm global bin directory is in PATH.
