You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| README.md | 3 years ago | |
| asdf.plugin.zsh | 2 years ago | |
README.md
asdf
Maintainer: @RobLoach
Adds integration with asdf, the extendable version manager, with support for Ruby, Node.js, Elixir, Erlang and more.
Installation
- Download asdf by running the following:
git clone https://github.com/asdf-vm/asdf.git ~/.asdf
- Enable asdf by adding it to your
pluginsdefinition in~/.zshrc.
plugins=(asdf)
Usage
See the asdf documentation for information on how to use asdf:
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
asdf install nodejs latest
asdf global nodejs latest
asdf local nodejs latest