jlouis / eministat

Port of Poul-Henning Kamp's ministat to the Erlang world
Other
99 stars 9 forks source link

Feature: rebar3 support #4

Closed archaelus closed 8 years ago

archaelus commented 8 years ago

Adds a .app.src file for eministat so that rebar3 will correctly detect and build the project. The gitignore file is updated to include rebar3's _build directory.

The project can now be built with:

    $ rebar3 compile

And the project can be immediately used with:

    $ rebar3 shell
jlouis commented 8 years ago

Nice! Going in.