avn

Node 自动版本切换。「Automatic Version Switching for Node」

Github星跟踪图

avn

NPM version Build status Code Climate Coverage Status Dependencies devDependencies

Automatic Version Switching for Node.js

Install

npm install -g avn avn-nvm avn-n
avn setup

Now when you cd into a directory with a .node-version file, avn will
automatically detect the change and use your installed version manager to
switch to that version of node. What goes in your .node-version file? A
semver version number corresponding to the version of Node.js that
your project uses.

Plugins

avn supports the following version managers:

We don't recommend using all of these tools to manage your versions of node, but feel
free to install all of them. They won't conflict with each other.

io.js

Plugins support a consistent syntax in the .node-version file for specifying
the use of io.js rather than node. Simply add an iojs prefix. For
instance: iojs-1.4 or iojs-v1.4.

Todo List

  • Support switching back to the previous version of node that you were using
    when you leave a directory.

Pull requests are welcome!

Troubleshooting

If you're having a problem, please cd to the directory where your
.node-version file is stored and run (note the double-underscore prefix):

__avn_debug

The contributing page has details about where to report your issue based on the version manager you use.

Also note that the avn setup command will only work with the version of node
with which you installed it. If you install and then switch your node version,
you'll get an error that avn can't be found. This is okay, but if you need to
run the setup command again, simply npm install -g avn to get a new copy for
your current node version.

Updating

Simply reinstall via npm & re-run the setup:

npm install -g avn avn-nvm avn-n
avn setup

License

This project is distributed under the MIT license.

Uninstall

npm rm -g avn; rm -r ~/.avn

主要指标

概览
名称与所有者wbyoung/avn
主编程语言JavaScript
编程语言JavaScript (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2014-05-04 01:50:24
推送于2023-02-16 19:14:52
最后一次提交2020-02-15 08:19:40
发布数13
最新版本名称v0.2.4 (发布于 2019-01-26 09:42:15)
第一版名称v0.1.0 (发布于 )
用户参与
星数1.1k
关注者数9
派生数54
提交数164
已启用问题?
问题数90
打开的问题数27
拉请求数10
打开的拉请求数5
关闭的拉请求数5
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?