mirror https://github.com/synrc/mad

Maxim Sokhatsky 71afcbe57b fix DTL for apps 11 years ago
src 71afcbe57b fix DTL for apps 11 years ago
test e28468ecaf fix common test suite for new API 11 years ago
.gitignore 856c7887f3 Get the escript to work 11 years ago
.travis.yml 91321bf1c0 Add travis-ci configuration 11 years ago
LICENSE a46f29e110 Add LICENSE & src/mad.app.src 11 years ago
Makefile 1b4c08c027 put otp.mk instead of erlang.mk 11 years ago
README.md 42d0e7f902 README 11 years ago
build 2074f54722 Update build script 11 years ago
mad 71afcbe57b fix DTL for apps 11 years ago
otp.mk 71afcbe57b fix DTL for apps 11 years ago
rebar.config 658203ff66 working N2O sample 11 years ago

README.md

MAD

A simple dependency manager for development purposes.

Goals

It shall:

  • be fully compatible with rebar configuration.
  • rescue us from cloning duplicate repositories.

Build

$ make

And put 'mad' to PATH.

Usage

$ mad fetch-deps
$ mad compile

Credits

  • Sina Samavati

OM A HUM