bkeepers / strappydoo

bootstrap and run any project with the same command
MIT License
77 stars 7 forks source link

Support nvm (node version manager) #18

Closed elliotblackburn closed 6 years ago

elliotblackburn commented 6 years ago

NVM (node version manager) uses a .nvmrc to define a version for a project, this will take priority when running an nvm install and/or nvm use. A bootstrap step has been added which installs and activates the node version if a .nvmrc file is present.

bkeepers commented 6 years ago

Awesome, thanks!

elliotblackburn commented 6 years ago

No worries, thanks for the merge, great tool! 👍