Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shyx0rmz/rebar-local-first
- Owner: SHyx0rmZ
- License: other
- Created: 2016-04-14T14:17:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-14T14:18:11.000Z (over 8 years ago)
- Last Synced: 2024-11-05T20:35:02.042Z (2 months ago)
- Topics: erlang, rebar3-plugin
- Language: Erlang
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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" } } }
] }.