Skip to content

Instantly share code, notes, and snippets.

View CajetanRodrigues's full-sized avatar

Cajetan Rodrigues CajetanRodrigues

View GitHub Profile
@CajetanRodrigues
CajetanRodrigues / GSOC 2019 - Mifos Initiative.md
Last active June 24, 2020 23:38
GSOC 2019 Final Work Product Report
@chranderson
chranderson / nvmCommands.js
Last active April 26, 2024 18:37
Useful NVM commands
// check version
node -v || node --version
// list locally installed versions of node
nvm ls
// list remove available versions of node
nvm ls-remote
// install specific version of node