THIS REPO IS NO LONGER ACTIVELY MAINTAINED
IF YOU ARE STILL ACTIVELY USING SVM AND WOULD LIKE TO MAINTAIN IT, THEN PLEASE FOLLOW UP IN ISSUE #88.
I will be archiving this repo after 1 Oct 2019.
scriptcs version manager
svm is a cross platform version manager for scriptcs available on Windows, Mac OS X and Linux. This work and implementation was inspired by rbenv, rvm, kvm and nvm.
Install latest scriptcs version
> svm install latest
Install specific scriptcs version
> svm install 0.14.0
Set active scriptcs version
> svm use 0.14.0
List installed scriptcs versions
> svm list
scriptcs version manager - 0.4.2
The following scriptcs versions are installed:
my-dev-build [ C:\Dev\scriptcs\Release\bin ]
* 0.15.0
0.14.1
0.14.0
Check out the options for Installing svm on the svm wiki.