Created
August 19, 2018 22:30
-
-
Save hawkeyetwolf/54a11fa27d8e5fe2ba48360ed3b4bfc3 to your computer and use it in GitHub Desktop.
Create .nvmrc automagically
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nvm install stable | grep -ohe 'v[0-9]*\.[0-9]*\.[0-9]*' | head -1 > .nvmrc && nvm use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment