Popularity
4.9
Growing
Activity
3.0
-
24
4
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.

Do you think we are missing an alternative of rebar3_run or a related project?

Add another 'Build Tools' Package

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>