relx alternatives and similar packages
Based on the "Build Tools" category.
Alternatively, view relx 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. -
rebar3_eqc
A rebar3 plugin to enable the execution of Erlang QuickCheck properties -
rebar3_diameter_compiler
Compile Diameter .dia files on Erlang Rebar3 projects -
ExMake
A modern, scriptable, dependency-based build tool loosely based on Make principles. -
rebar3_exunit
A plugin to run Elixir ExUnit tests from rebar3 build tool -
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.
Elixir and Phoenix Application Security Platform
Do you think we are missing an alternative of relx or a related project?
Popular Comparisons
README
Relx
Relx is a library that assembles Erlang/OTP releases. Given a release specification and a list of directories in which to search for OTP applications it will generate a release output.
It is generally used through the Erlang/OTP build tool rebar3 which provides a cli interface.
Documentation
relx
is a library used by rebar3. Documentation on
using rebar3
for building releases with relx
can be found on
rebar3.org.
Also see Adopting Erlang's Releases chapter.
Building and Testing
Common Test suites can be run with rebar3
:
$ rebar3 compile
$ rebar3 ct
Tests for the start scripts that are generated by relx
are tested with
shelltestrunner.
The script shelltests/run_tests.sh
will clone rebar3
main and build it
with the current relx
as a checkout dependency and then run the tests using
that rebar3
escript:
$ shelltests/run_tests.sh