0.0.5 • Published 6 years ago

svmn v0.0.5

Weekly downloads
21
License
-
Repository
-
Last release
6 years ago

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 svmn

If you cloned this repo.

$ make install

How to use

Instal a version of scala (svmn install <version>):

$ svmn install 2.12.6

If you don't know remote version. Please execute this command (search scala version):

$ svmn ls

Using specific version:

$ svmn use 2.12.6

Show you installed version list:

$ svmn use ls

Remove you installed version:

$ svmn rm 2.12.6
0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago