chef / concrete

Concrete enhances your rebar based Erlang project by providing a common Makefile wrapper, a dialyzer make target that caches PLT analysis of your project's dependencies, and a mechanism to specify development only dependencies.
Apache License 2.0
56 stars 15 forks source link

take advantage of relx's --dev-mode #34

Closed joedevivo closed 9 years ago

danielsdeleo commented 9 years ago

this is amazing

seth commented 9 years ago

Nice! Last time (quite some months ago) I tried to use this, it didn't work and I didn't have time to track it down.

joedevivo commented 9 years ago

@seth let me know if works for you. oc_erchef is doing great with it.

marcparadise commented 9 years ago

:+1:, a whole lot more sane (now that relx is apparently up to the task...)