Getting Started
Installation
Get started installing ex0.
Installing ex0
For existing projects use:
Terminal
npx ex0@latest init
To create a new project use
Terminal
npx ex0@latest create
For local development inside a project:
Terminal
npm install ex0 --save-dev
# Then:
npx ex0@latest init
That's it! You can now begin setting up your AI-driven IDE rules and configurations using ex0.