Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.03 KB

asdf-rebar

Build Status Build Status

Rebar3/Rebar plugin for asdf version manager based off of scripts in my dotfiles repository.

Dependencies

  • Erlang installation (this can be what you have installed with asdf).

Install

asdf plugin-add rebar https://github.com/Stratus3D/asdf-rebar.git

Use

Check the asdf readme for instructions on how to install & manage versions of Rebar3.

Development

To modify this plugin into your asdf installation and see changes live, just create a symlink:

ln -s $(pwd) ~/.asdf/plugins/rebar

Contributing

Feel free to create an issue or pull request if you find a bug.

License

MIT License