Installation

Install the Redenv CLI on your system.

Package Managers#

Install Redenv using your preferred package manager.

bun add -g @redenv/cli

npm#

npm install -g @redenv/cli

pnpm#

pnpm add -g @redenv/cli

Yarn#

yarn global add @redenv/cli

Verify Installation#

After installation, verify that Redenv is installed correctly:

redenv --version

You should see output like:

redenv v1.0.0

System Requirements#

  • Node.js 18.0 or later
  • Bun, npm, pnpm, or Yarn package manager

What's Next?#

Now that you have Redenv installed, let's create your first project.