Skip to content

synrc/mad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e8866c1 · Nov 26, 2018
Nov 23, 2018
Nov 22, 2018
Nov 13, 2018
Nov 22, 2018
Nov 15, 2018
May 10, 2014
Nov 12, 2018
Nov 12, 2018
Jun 4, 2017
Oct 21, 2018
Nov 12, 2018
Nov 14, 2018
Oct 26, 2016
Nov 15, 2018
Nov 22, 2018
Oct 28, 2018
Oct 21, 2018
Nov 26, 2018

Repository files navigation

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
  • Small codebase: 1K LOC
  • 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