mad alternatives and similar packages
Based on the "Build Tools" category.
Alternatively, view mad alternatives based on common mentions on social networks and blogs.
-
Rebar3
Erlang build tool that makes it easy to compile and test Erlang applications and releases. -
rebar3_eqc
A rebar3 plugin to enable the execution of Erlang QuickCheck properties -
rebar3_diameter_compiler
Compile Diameter .dia files on Erlang Rebar3 projects -
ExMake
A modern, scriptable, dependency-based build tool loosely based on Make principles. -
rebar3_neotoma_plugin
Rebar3 neotoma (Parser Expression Grammar) compiler -
rebar3_exunit
A plugin to run Elixir ExUnit tests from rebar3 build tool -
rebar3_protobuffs
rebar3 protobuffs provider using protobuffs from Basho -
rebar3_asn1_compiler
Plugin for compiling ASN.1 modules with Rebar3. -
rebar3_idl_compiler
This is a plugin for compiling Erlang IDL files using Rebar3.
Clean code begins in your IDE with SonarLint
Do you think we are missing an alternative of mad or a related project?
Popular Comparisons
README
MAD: Manage Dependencies
A simple rebar-compatible dependency manager and developer tool with plugins for Windows, Linux and Mac.
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 web 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
- Taras Taraskin