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

Maxim Sokhatsky dd9b6ec3de lame root 10 лет назад
doc dd9b6ec3de lame root 10 лет назад
priv fc6be61280 web skel 10 лет назад
src 38ebfe29da wrong determining of compiled state 10 лет назад
test fe1e953680 make mad regular OTP application back 11 лет назад
.gitignore 856c7887f3 Get the escript to work 11 лет назад
.travis.yml a391e95692 mad with no deps 11 лет назад
LICENSE 8f923c22c9 create command, proper copyright, dharma license 10 лет назад
Makefile cfbc9e8927 build mad with mad 10 лет назад
README.md 8f923c22c9 create command, proper copyright, dharma license 10 лет назад
mad 2d1dc3ca53 mad 10 лет назад
rebar.config f12ebf7159 mad with ports compilation 10 лет назад

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