1

Is it possible to use Buildr or Gradle to manage Erlang project deps and build/package the app itself?

kin1
  • 355
  • 2
  • 3
  • 12

1 Answers1

1

I guess rebar is the closest thing to what you describe. It can be used to build and package Erlang applications, define pre-compile and post-compile operations and so on.

Roberto Aloi
  • 30,570
  • 21
  • 75
  • 112