Codx is a command-line tool that automates the installation and configuration of third-party libraries and tools in your projects. Instead of following lengthy documentation steps manually, you can use Codx recipes to automate the process.
Codx allows you to:
- Install dependencies with specific versions
- Create configuration files
- And more...
You can install Codx globally using your preferred package manager:
- using npm :
npm install -g codx
- using yarn :
yarn global add codx
- using pnpm :
pnpm add -g codx
- using bun :
bun add -g codx
You can also launch Codx without installation :
- using npm :
npx codx
- using yarn :
yarn dlx codx
- using pnpm :
pnpm dlx codx
- using bun :
bunx codx
To execute a recipe: codx run <recipe-name>
Or if you have a local recipe file: codx run path/to/recipe.yml