An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# asdf-rebar

[![Build Status](https://travis-ci.org/Stratus3D/asdf-rebar.svg?branch=master)](https://travis-ci.org/Stratus3D/asdf-rebar)
[![Build Status](https://github.com/Stratus3D/asdf-rebar/actions/workflows/workflow.yml/badge.svg)](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