Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shyx0rmz/rebar-local-first

Rebar3 plugin to first try and resolve dependencies locally
https://github.com/shyx0rmz/rebar-local-first

erlang rebar3-plugin

Last synced: 17 days ago
JSON representation

Rebar3 plugin to first try and resolve dependencies locally

Awesome Lists containing this project

README

        

rebar_local_first
=====

Plugin to first try and resolve dependencies locally

Build
-----

$ rebar3 compile

Use
---

Add the plugin to your rebar config:

{ plugins, [
{ rebar_local_first, ".*", { git, "git://github.com/SHyx0rmZ/rebar_local_first.git", { tag, "0.1.0" } } }
] }.