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

Namdak Tonpa 3e28aef622 new mad 6 лет назад
doc 00f8b7dfcf fix build 6 лет назад
include 3e28aef622 new mad 6 лет назад
priv 1fbc819961 fix skeleton 6 лет назад
src 3e28aef622 new mad 6 лет назад
test fe1e953680 make mad regular OTP application back 11 лет назад
.gitignore 3e28aef622 new mad 6 лет назад
.travis.yml e021498026 readme, fix mad eunit 6 лет назад
CNAME 2b47796c05 cname 8 лет назад
LICENSE 6f64744270 2.10 prepare 6 лет назад
Makefile 5f98d8bccd strip 6 лет назад
README.md e021498026 readme, fix mad eunit 6 лет назад
escript.config 38142c7314 Added configurable escript emu_args: see 'escript.config' 8 лет назад
index.html 0a124fde89 index 6 лет назад
mad 3e28aef622 new mad 6 лет назад
make.bat 61d7b85b5e imporst from @pal-alex: 6 лет назад
mix.exs 5cd90db76f mad 4.10 6 лет назад
rebar.config 816513cd44 fix bui;d 6 лет назад

README.md

MAD: Manage Dependencies

Build Status

A simple rebar-compatible dependency manager and developer tool with plugins for Windows, Linux and Mac.

MAD

Goals

It shall:

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

Features

  • Support rebar.config
  • Support OTP releases and directory structure
  • Fast deps resolving and cycles detecting
  • Fast compilation
  • DTL/YECC/LEEX/PORT/SCRIPT/APP/ERL compilation
  • BEAM bundles (single-file escriptized app)
  • BEAM releases (faster and smaller than RELX)
  • Start/Stop/Attach
  • Static files generation with node.js tools

Build

    $ make

And put mad to PATH.

Building OTP Release

Releases are bundles made by release_handler module of sasl applications. It has it own fat bootstripts along with erlang runtime included. This allows you to distribute you applications with copy deploy without Erlang prerequisite.

    $ ./mad app sample
    $ cd sample
    $ ../mad dep com pla rel

Documentation

If you are new or need to determine whether the MAD architecture and philosophy is a fit for your project

  • Official MAD brochure PDF

Credits

  • Maxim Sokhatsky
  • Sina Samavati
  • Vladimir Kirillov