Popularity
4.8
Growing
Activity
0.0
Declining
23
3
16
Programming language: Makefile
License: GNU General Public License v3.0 or later
Tags:
Build Tools
rebar3_run alternatives and similar packages
Based on the "Build Tools" category.
Alternatively, view rebar3_run alternatives based on common mentions on social networks and blogs.
-
Rebar3
Erlang build tool that makes it easy to compile and test Erlang applications and releases. -
reaxt
Use React template into your Elixir application for server rendering -
rebar3_auto
Rebar3 plugin to auto compile and reload on file change. -
rebar3_eqc
A rebar3 plugin to enable the execution of Erlang QuickCheck properties -
rebar3_diameter_compiler
Compile Diameter .dia files on Erlang Rebar3 projects -
rebar3_exunit
A plugin to run Elixir ExUnit tests from rebar3 build tool -
ExMake
A modern, scriptable, dependency-based build tool loosely based on Make principles. -
rebar3_neotoma_plugin
Rebar3 neotoma (Parser Expression Grammar) compiler -
rebar3_protobuffs
rebar3 protobuffs provider using protobuffs from Basho -
rebar3_asn1_compiler
Plugin for compiling ASN.1 modules with Rebar3. -
rebar3_idl_compiler
This is a plugin for compiling Erlang IDL files using Rebar3. -
dismake
a "compiler" (as in `Mix.compilers`) for Elixir that just runs make
Learn Elixir in as little as 12 Weeks
A structured learning environment with practical assignments, code reviews, weekly live coaching sessions, job-hunting assistance, and more. Try a Free Preview today!
Promo
learn-elixir.dev
Do you think we are missing an alternative of rebar3_run or a related project?
README
rebar3_run
A rebar plugin
Build
$ rebar3 compile
Use
Add the plugin to your rebar config or ~/.config/rebar3/rebar.config
:
{plugins, [
rebar3_run
]}.
Assuming you have a relx
config section in your rebar.config
with extended_start_script
set to true:
{relx, [{release, {<NAME>, <VERSION>}, [<YOUR APP NAME>]},
{dev_mode, true},
{include_erts, false},
{extended_start_script, true}]}.
Then just call your plugin directly in an existing project:
$ rebar3 run
===> Fetching rebar3_run
===> Compiling rebar3_run
===> Starting relx build process ...
===> Resolving OTP Applications from directories:
.....
Erlang/OTP 17 [erts-6.4] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false]
Eshell V6.4 (abort with ^G)
(<RELEASE NAME>@127.0.0.1)1>