create-cursor-app
v0.1.1
Published
Create Cursor IDE projects with predefined templates
Maintainers
Readme
Create Cursor App
Create Cursor App works on macOS, Windows, and Linux. If something doesn't work, please file an issue.
Quick Overview
npx create-cursor-app my-project
cd my-projectYour new Cursor IDE project will be created with all the necessary configuration and documentation files.
Creating an App
You'll need to have Node.js 14.0.0 or later version on your local development machine. We recommend using the latest LTS version.
npx
npx create-cursor-app my-projectnpm
npm init cursor-app my-projectYarn
yarn create cursor-app my-projectIt will create a directory called my-project inside the current folder with the following structure:
my-project
├── PROMPT.md
├── CHANGELOG.md
├── PROJECT_SCOPE.md
├── .cursorrules
└── [template specific files]Templates
The following templates are available:
basic- A basic template with essential Cursor IDE configuration- More templates coming soon...
License
Create Cursor App is open source software licensed as MIT.
