FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

marmotz-dev/codx: Command-line tool that automates the installation and configuration of third-party libraries and tools in your projects. · GitHub

Repository files navigation

Codx

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.

Why use Codx ?

Codx allows you to:

  • Install dependencies with specific versions
  • Create configuration files
  • And more...

Installation

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

Usage

To execute a recipe: codx run <recipe-name> Or if you have a local recipe file: codx run path/to/recipe.yml

Documentation

About

Command-line tool that automates the installation and configuration of third-party libraries and tools in your projects.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL