I\'ve got a project that uses Rebar as build tool. When developing, I would like all my app dependencies that are specified in Rebar.config be compiled & loaded in the shell
./rebar shell
should load all your dependencies.