Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 982 Bytes

File metadata and controls

53 lines (36 loc) · 982 Bytes

Equal Environment Tool

A Shell Script Project inspired by nvm, asdf and proto, to install and manage different versions of tools.

Installation

Download:

git clone https://github.com/is-equal/equal-env ~/.equal-env

Install:

sh ~/.equal-env/install.sh

Usage

Create a file with name .eqenvrc, inside the project folder.

Example:

node@21.7.3

CLI

eqenv help:

Syntax: eqenv (alias for eqenv use)
           eqenv [command]

commands:
   init    create virtual environment
   use     activate the environment and load/install all tools required

Supported Tools

Requirements

bash/zsh terminal:

  • MacOS Apple Silicon
  • Windows WSL 2 (Ubuntu)
  • MacOS Intel (Not tested)
  • Linux (Not tested)