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

Namdak Tonpa b211a2ab68 Merge pull request #6 from vovagp/master 10 years ago
priv fc6be61280 web skel 10 years ago
src 76a9d361e1 check host ip addr to obtain dependence 10 years ago
test fe1e953680 make mad regular OTP application back 11 years ago
.gitignore 856c7887f3 Get the escript to work 11 years ago
.travis.yml a391e95692 mad with no deps 11 years ago
LICENSE 8f923c22c9 create command, proper copyright, dharma license 10 years ago
Makefile 8f923c22c9 create command, proper copyright, dharma license 10 years ago
README.md 8f923c22c9 create command, proper copyright, dharma license 10 years ago
build f5d06a5693 windows support 10 years ago
mad 1e33a74034 faster erlc compilation 10 years ago
otp.mk 1e33a74034 faster erlc compilation 10 years ago
rebar.config f12ebf7159 mad with ports compilation 10 years ago

README.md

MAD

A simple rebar-compatible dependency manager.

Goals

It shall:

  • be compatible with rebar configuration.
  • be as small and fast as possible.

Build

$ make

And put 'mad' to PATH.

Usage

$ mad deps compile repl
$ mad app "sample"
$ mad deps compile bundle "web_app"

Credits

  • Maxim Sokhatsky
  • Sina Samavati
  • Vladimir Kirillov

OM A HUM