V plugin for asdf version manager
allowing you to pin v
versions for each V project.
Are tracked in lib/dependencies.txt and checked on
installation of plugin. The core dependencies are: git
, make
, curl
.
Plugin:
asdf plugin add v https://github.com/jthegedus/asdf-v
V:
asdf install v latest
Set global version:
asdf global v latest
These commands also apply to asdf local v <version>
.
Contributions of any kind welcome! See the contributing guide.