0.0.5 • Published 7 years ago
svmn v0.0.5
svmn
scala version management.
Quick Start
Note: svmn is installed to /usr/local location (Need to use sudo).
You have already installed npm. You can use npm.
$ npm install -g svmnIf you cloned this repo.
$ make installHow to use
Instal a version of scala (svmn install <version>):
$ svmn install 2.12.6If you don't know remote version. Please execute this command (search scala version):
$ svmn lsUsing specific version:
$ svmn use 2.12.6Show you installed version list:
$ svmn use lsRemove you installed version:
$ svmn rm 2.12.6