Skip to content

alinpopa/rebar3-localdep-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Configuration

  • Firstly you need to set an env variable to your local repository: export LOCALDEP_DIR=~/my_repo
  • ...then add the following plugin to your rebar.config:
{plugins, [
    {rebar_localdep, {git, "https://github.com/alinpopa/rebar3-localdep-plugin.git", {branch, "master"}}}
]}.

Example

If a project's deps specification was the following:

{deps, [
  {my_lib, {localdep, "my_lib"}}
]}.

This assumes that a folder, which has a rebar structure, named 'my_lib' is in that $LOCALDEP_DIR folder.

About

Rebar3 plugin to enable local dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages