https://github.com/stratus3d/asdf-rebar
Rebar3/Rebar version management plugin for asdf
https://github.com/stratus3d/asdf-rebar
Last synced: about 1 year ago
JSON representation
Rebar3/Rebar version management plugin for asdf
- Host: GitHub
- URL: https://github.com/stratus3d/asdf-rebar
- Owner: Stratus3D
- License: mit
- Created: 2017-05-24T19:51:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T18:49:06.000Z (almost 2 years ago)
- Last Synced: 2025-03-19T00:17:53.970Z (about 1 year ago)
- Language: Shell
- Size: 22.5 KB
- Stars: 38
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-rebar
[](https://travis-ci.org/Stratus3D/asdf-rebar)
[](https://github.com/Stratus3D/asdf-rebar/actions/workflows/workflow.yml)
Rebar3/Rebar plugin for [asdf version manager](https://github.com/HashNuke/asdf) based off of scripts in my [dotfiles repository](https://github.com/Stratus3D/dotfiles).
## 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](https://github.com/HashNuke/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