Rebar3/Rebar plugin for asdf version manager based off of scripts in my dotfiles repository.
- Erlang installation (this can be what you have installed with asdf).
asdf plugin-add rebar https://github.com/Stratus3D/asdf-rebar.git
Check the asdf readme for instructions on how to install & manage versions of Rebar3.
To modify this plugin into your asdf
installation and see changes live, just create a symlink:
ln -s $(pwd) ~/.asdf/plugins/rebar
Feel free to create an issue or pull request if you find a bug.
MIT License