Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jul 9, 2026. It is now read-only.

barrel-attic/rebar3_elixir_compile

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rebar3_elixir_compile

Hex.pm A rebar3 elixir compiler plugin

rebar3_elixir_compile in action

Usage

Add the plugin to your rebar config:

{erl_opts, [debug_info]}.

{plugins, [
    { rebar3_elixir_compile, ".*", {git, "https://github.com/barrel-db/rebar3_elixir_compile.git", {branch, "master"}}}
]}.

{deps, [
   {faker, {elixir, "faker" ,"0.6.0"}}
]}.

{provider_hooks, [
  {pre, [{compile, {ex, compile}}]}
]}.

{elixir_opts, 
  [
    {env, dev}
  ]
}.

Full example in https://github.com/barrel-db/rebar3_elixir_compile/tree/master/examples/demo

Directory structure

The plugin expects your mix applications to be present in ./elixir_libs. All mix apps are automatically compiled along with their dependencies.

The plugin also creates ./_elixir_build to fetch and compile your dependencies specified in rebar.config.

Release

rebar3_elixir_compile supports releases out of the box. You just need to add a pre release provider hook in your rebar.config

 {pre, [{release, {ex, compile}}]}  

Elixir lib dir

rebar3_elixir_compile has auto discovery feature. It automatically loads Elixir, Mix and Logger from your Elixir installation.

If you want to use the apps from another directory, you can add the following to elixir_opts in your rebar.config

{lib_dir, "/usr/local/lib/elixir/lib/"},
{bin_dir, "/usr/local/bin/"}

About

Elixir rebar3 compiler plugin

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.