Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

scriptcs-contrib/svm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.0

 The following scriptcs versions are installed:

      my-dev-build    [ C:\Dev\scriptcs\Release\bin ]
   *  0.14.0
      0.13.3
      0.13.2

Where can I get it ?

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