summaryrefslogtreecommitdiff
path: root/src/rebar_shell.erl
Commit message (Collapse)AuthorAgeFilesLines
* Re-use rebar_utils:ebin_dir()Tuncer Ayaz2012-08-061-4/+1
|
* Add experimental notice to test-compile and shellTuncer Ayaz2012-07-311-0/+1
|
* Fix crazy indentation :-)Kresten Krab Thorup2012-07-111-11/+7
|
* untabify and add some commentsKresten Krab Thorup2012-07-111-5/+7
|
* Initial version of "rebar shell" commandKresten Krab Thorup2012-07-111-0/+60
For now, this is just a proof of concept; would make sense to add a lot of things, such as quick access to invoking rebar itself (with approproate code reloading), as well as an eunit-aware version so that tests could be run interactively.