Menu

Post image 1
Post image 2
1 / 2
0

Get started with Codev 3.0 with just one command

DEV Community·Aliyah Mohammed·24 days ago
#zun7BiFW
Reading 0:00
15s threshold

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

Read More