What does HackerNews think of rebar3?
Erlang build tool that makes it easy to compile and test Erlang applications and releases.
Language:
Erlang
#2
in
Docker
#159
in
Hacktoberfest
Not to be confused with Rebar3 [0] which is a de-facto package manager and build tool for Erlang.
As one of its maintainers I’m partial to rebar3 (http://www.rebar3.org/)
It’s become near-official for OSS Erlang work and the OTP team has moved the repo under their GitHub organisation (https://github.com/erlang/rebar3)
Erlang.mk tends to be the other option otherwise.
rebar3 will become the standard build tool for erlang, it's already in the erlang organization (https://github.com/erlang/rebar3), most people nowadays use either rebar3 or erlang.mk (https://erlang.mk/), both work really well, at least for me.
Well done! Great looking website.
I primarily use Erlang and is good to see it finally has a standardized package manager and that both Elixir and Erlang can use hex packages.
Rebar even moved under the main Erlang organization in Github:
https://github.com/erlang/rebar3
A nice step forward