|
@@ -1,26 +1,32 @@
|
|
-# Mad
|
|
|
|
|
|
+MAD
|
|
|
|
+===
|
|
|
|
|
|
A simple dependency manager for development purposes.
|
|
A simple dependency manager for development purposes.
|
|
|
|
|
|
-## Goals
|
|
|
|
|
|
+Goals
|
|
|
|
+-----
|
|
|
|
|
|
It shall:
|
|
It shall:
|
|
|
|
+
|
|
* be fully compatible with rebar configuration.
|
|
* be fully compatible with rebar configuration.
|
|
* rescue us from cloning duplicate repositories.
|
|
* rescue us from cloning duplicate repositories.
|
|
|
|
|
|
-## Build
|
|
|
|
|
|
+Build
|
|
|
|
+-----
|
|
|
|
|
|
$ make
|
|
$ make
|
|
|
|
|
|
And put 'mad' to PATH.
|
|
And put 'mad' to PATH.
|
|
|
|
|
|
-## Usage
|
|
|
|
|
|
+Usage
|
|
|
|
+-----
|
|
|
|
|
|
$ mad fetch-deps
|
|
$ mad fetch-deps
|
|
$ mad compile
|
|
$ mad compile
|
|
|
|
|
|
-## Contribute
|
|
|
|
|
|
+Credits
|
|
|
|
+-------
|
|
|
|
+
|
|
|
|
+* Sina Samavati
|
|
|
|
|
|
-* Open up [issues](https://github.com/s1n4/mad/issues)
|
|
|
|
-* Share your thoughts
|
|
|
|
-* Send pull-request
|
|
|
|
|
|
+OM A HUM
|