mad icon indicating copy to clipboard operation
mad copied to clipboard

Dependency manager for Erlang

Results 2 mad issues
Sort by recently updated
recently updated
newest added

At the moment, Mad downloads dependencies and puts them in `~/.otp/deps` and then makes symlink in `deps` directory, e.g. `lkv/deps/leptus -> ~/.otp/deps/leptus-master`. Yes, a dependency's name is handled like: `[name]-[branch/tag/hash]`....

I don't like cloning a repository while I just need the code not its whole history, so GitHub archives come in handy. I think downloading archives (in an optional manner)...