check for nvmrc and switch node version

if a .nvmrc file exists in a directory, read it to change node to the correct version
Also ignore this file globally from git repos
This commit is contained in:
Nick Nisi
2016-04-26 10:32:31 -05:00
parent a5289bd799
commit 1065a7a5f6
2 changed files with 11 additions and 1 deletions

View File

@@ -18,3 +18,6 @@ Icon
# typescript command garbage
tscommand*.txt
# nvm - the Node Version Manager
.nvmrc