This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Paul Bouwer edited this page Mar 24, 2015
·
7 revisions
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.0
The following scriptcs versions are installed:
my-dev-build [ C:\Dev\scriptcs\Release\bin ]
* 0.14.0
0.13.3
0.13.2
- Home
- Installing svm
- Windows
- OSX
- Linux
- Updating svm
- [Managing scriptcs versions](scriptcs versions)
- [Install](Installing scriptcs versions)
- [Use](Using scriptcs versions)
- [List](Listing scriptcs versions)
- [Remove](Removing scriptcs versions)
- How it works
- Community