Install Fenv

Install fenv for development and testing purposes Use when this capability is needed.

tomevault-io Updated

File contents

Install fenv

Install fenv using one of three modes based on the argument provided.

Mode Detection

  • No argument or latest → Install latest release from remote
  • snapshot → Build from local source and install
  • Any other value (e.g., 0.3.0, v0.3.0) → Install specific version

Instructions

If mode is latest (or no argument):

Run:

curl -fsSL "https://fenv-install.jerry.company" | bash

If mode is snapshot:

Build from local source and install:

cargo build && cp target/debug/fenv ${FENV_ROOT:-~/.fenv}/bin/ \
  && cp shims/* ${FENV_ROOT:-~/.fenv}/shims/

If mode is a version (e.g., 0.3.0 or v0.3.0):

Install the specific version. Auto-prefix v if the version doesn't start with v:

curl -fsSL "https://fenv-install.jerry.company" |
  FENV_VERSION=v{version} bash

For example:

  • 0.3.0FENV_VERSION=v0.3.0
  • v0.3.0FENV_VERSION=v0.3.0

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/fenv-org--fenv--install-fenv commit 50d771a58f

Frequently asked questions

npx skillmds@latest add tomevault-io/install-fenv