ex0 - A CLI tool for managing AI-powered IDE configurations and rules.
|
Quick Links |
Supported IDEs |
You can use ex0 without installing it by using npx:
npx ex0@latest initOr you can install it globally:
npm install -g ex0Create a new project with standard IDEs configuration:
npx ex0@latest init --ide <ide-name>Initialize a project with Cursor AI configuration:
npx ex0@latest init --ide cursorThis will create a .cursor directory in your project with configuration files for Cursor AI.
Initialize a project with Windsurf configuration:
npx ex0@latest init --ide windsurfThis will create a .windsurf directory in your project.
Initialize a project with Cline configuration:
npx ex0@latest init --ide clineThis will create a .cline directory in your project.
Initialize a project with GitHub Copilot configuration:
npx ex0@latest init --ide copilotThis will create a .github/.copilot directory in your project.
npx ex0@latest init [options]Options:
--ide <name>: Specify the IDE to configure (cursor, windsurf, cline, copilot)--defaults: Use default options without prompting--yes: Skip prompts, use defaults
Please see CONTRIBUTE.md for details on how to contribute to this project.
This project is licensed under the MIT License - see the LICENSE file for details.
- X/Twitter: @kregenrek
- Bluesky: @kevinkern.dev
- AI Prompts - Curated AI Prompts for various AI-powered IDEs
- codefetch - Turn code into Markdown for LLMs
- aidex - CLI tool for AI language model information