ryedin / fvm

feather version manager based on nvm
7 stars 5 forks source link

fvm

fvm auto downloads tagged packages from theVolary's feather repo and sets up environment variables so you can easily switch between released(tagged) versions of feather runtimes.

Installation

Automation

Just like with nvm, we like to edit our .bashrc file so that fvm.sh is sourced at startup:

FVM_HOME=~/mainline/fvm
. $FVM_HOME/fvm.sh
fvm use v0.1.3

(and of course you would update the final line to use a new version as you upgrade the "default" version on your machine)