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

Namdak Tonpa df7914365e Update otp.mk 11 лет назад
src 814de6007a fix gproc broken script processing 11 лет назад
test 6cc95a5cc3 Change mad_compile:is_compiled/2 behaviour 11 лет назад
.gitignore 856c7887f3 Get the escript to work 11 лет назад
.travis.yml 91321bf1c0 Add travis-ci configuration 11 лет назад
LICENSE a46f29e110 Add LICENSE & src/mad.app.src 11 лет назад
Makefile 1b4c08c027 put otp.mk instead of erlang.mk 11 лет назад
README.md 1b4c08c027 put otp.mk instead of erlang.mk 11 лет назад
build 2074f54722 Update build script 11 лет назад
mad 1b4c08c027 put otp.mk instead of erlang.mk 11 лет назад
otp.mk df7914365e Update otp.mk 11 лет назад
rebar.config 856c7887f3 Get the escript to work 11 лет назад

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

Contribute

  • Open up issues
  • Share your thoughts
  • Send pull-request