scriptcs-contrib / svm

scriptcs version manager
Apache License 2.0
43 stars 13 forks source link

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.

svm

scriptcs version manager

Latest Release Join the chat at https://gitter.im/scriptcs-contrib/svm

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

Where can I get it ?

Check out the options for Installing svm on the svm wiki.