Friday 14 June 2013

GVM - the Groovy enVironment Manager

GVM is a tool for managing groovy, grails and other groovy based systems on your computer. With it you can switch with just one command between its versions. It is working on Unix and Mac.

To install it just run in the terminal:

curl -s get.gvmtool.net | bash

f.e. to install grovy and grails run in the terminal following commands:

gvm install groovy

gvm install grails

To list installed applications run:

gvm list

For help:

gvm help

To read more about gvm go to the following page: http://gvmtool.net/

No comments: