hokaccha / nodebrew

Node.js version manager
MIT License
1.06k stars 66 forks source link

Equivalent of .nvmrc #35

Open nikolay opened 9 years ago

nikolay commented 9 years ago

It would be nice if nodebrew install worked without having to specify a version. .nvmrc would be good for compatibility although .node-version mimics .ruby-version better and makes more sense as a standard.

nikolay commented 9 years ago

Maybe you can implement looking for .node-version first and, then, if that's not present, look for .nvmrc for compatibility.

hokaccha commented 9 years ago

It’s a good idea. I'll consider it!

nikolay commented 9 years ago

@hokaccha Thanks! Would love to have it ASAP! :smile:

matthewadams commented 8 years ago

Alternatively, https://github.com/hokaccha/nodebrew/issues/39