DEV Community

Aliyah Mohammed for Codev OS

Posted on with M Waleed Kadous

Get started with Codev 3.0 with just one command

The easiest way to get started with Codev 3.0 isn't a long installation process—it's just one command.

If you want to see how the agentic workflow handles your own codebase, you can run the setup directly via npx:

npm install -g @cluesmith/codev

Then, if you want to start a new project, do

codev init

or for an existing project

codev adopt

Everything is open-source and ready to go. Check the README for the full breakdown of the new 3.0 features:

https://github.com/cluesmith/codev/blob/main/docs/releases/v3.0.1-ionic.md

Top comments (0)