Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brendanhay/reloader
mochimedia's reloader made rebar compatible.
https://github.com/brendanhay/reloader
Last synced: about 1 month ago
JSON representation
mochimedia's reloader made rebar compatible.
- Host: GitHub
- URL: https://github.com/brendanhay/reloader
- Owner: brendanhay
- Created: 2011-10-27T13:17:54.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-27T13:21:29.000Z (about 13 years ago)
- Last Synced: 2024-10-13T23:48:10.924Z (2 months ago)
- Language: Erlang
- Homepage: http://github.com/mochi
- Size: 84 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Add the following line to your rebar.config:
{deps, [
{reloader, ".*", {git, "git://github.com/brendanhay/reloader.git", {branch, "master"}}}
]}.