Skip to content

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

License

Notifications You must be signed in to change notification settings

is-equal/equal-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Install:

sh ~/.equal/install.sh

Usage

Create a file with name .equal-env, inside the project folder.

Example:

node@21.7.3
npm@10.5.0

CLI

equal -h:

Syntax: equal (alias for equal env)
        equal [command]

commands:
   create-command    create custom command (in .equal/)
   env               load/install all tools configured (in .equal-env file)
   run               execute script (at .equal/<script-name>.sh)

Supported Tools

Requirements

ZSH Terminal:

  • MacOS Apple Silicon
  • MacOS Intel (Not tested)
  • Linux (Not tested)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages