Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

3 Commits

Repository files navigation

toolenv

A virtual tool environment management

Installation

go install github.com/is-equal/toolenv@latest

Configuration

An example of the toolenv.yml

tools:
- name: nodeversion: 22.18.0url: "https://nodejs.org/dist/v{{.version}}/node-v{{.version}}-{{.os}}-{{.arch}}.tar.xz"env:
PATH: "storage/node@{{.version}}/bin"normalization:
arch:
amd64: x64
- name: goversion: 1.25.0url: "https://golang.org/dl/go{{.version}}.{{.os}}-{{.arch}}.tar.gz"env:
GOROOT: "storage/go@{{.version}}"PATH: "storage/go@{{.version}}/bin"

Usage

To download the tools run:

toolenv

To activate the environment run:

source ./env/bin/activate

About

A virtual tool environment management

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages