Show Menu
Cheatography

myOwnCheatSheet Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

SDK MAN

Install
sdk install java
Install specific
sdk install java 7u79
Uninstall
sdk uninstall java 7u79
Listing Candidates
sdk list groovy
Use version
sdk use groovy 2.3.5
Set default version
sdk use groovy 2.3.5
Get current version
sdk current java
Get current all
sdk current
 

NVM (Node Version Manager)

Get installed
nvm ls
Install
nvm install 6.6.0
Set version
nvm use 6.6.0