|
@@ -96,9 +96,6 @@
|
|
<section>
|
|
<section>
|
|
<a name=docs><h3>DEPS</h3></a>
|
|
<a name=docs><h3>DEPS</h3></a>
|
|
<div>
|
|
<div>
|
|
- <ul>
|
|
|
|
- <li><b><a href="man/mad_git.htm">mad_git</a></b> — MAD Git</div></li>
|
|
|
|
- </ul>
|
|
|
|
<figure><code>
|
|
<figure><code>
|
|
$ cd sample
|
|
$ cd sample
|
|
$ cat rebar.config
|
|
$ cat rebar.config
|
|
@@ -142,6 +139,11 @@
|
|
$ mad up
|
|
$ mad up
|
|
OK
|
|
OK
|
|
</code></figure>
|
|
</code></figure>
|
|
|
|
+ <div>
|
|
|
|
+ <ul>
|
|
|
|
+ <li><b><a href="man/mad_git.htm">mad_git</a></b> — MAD Git</div></li>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
</section>
|
|
</section>
|
|
<section>
|
|
<section>
|
|
<a name=docs><h3>CLEAN</h3></a>
|
|
<a name=docs><h3>CLEAN</h3></a>
|
|
@@ -173,6 +175,11 @@
|
|
</section>
|
|
</section>
|
|
<section>
|
|
<section>
|
|
<a name=docs><h3>COMPILE</h3></a>
|
|
<a name=docs><h3>COMPILE</h3></a>
|
|
|
|
+ <figure><code>
|
|
|
|
+ $ mad compile
|
|
|
|
+ Writing /apps/sample/ebin/sample.app
|
|
|
|
+ OK
|
|
|
|
+ </code></figure>
|
|
<div>
|
|
<div>
|
|
<ul>
|
|
<ul>
|
|
<li><b><a href="man/mad_compile.htm">mad_compile</a></b> — MAD Compiler</li>
|
|
<li><b><a href="man/mad_compile.htm">mad_compile</a></b> — MAD Compiler</li>
|
|
@@ -186,40 +193,41 @@
|
|
<li><b><a href="man/mad_script.htm">mad_script</a></b> — .script files</li>
|
|
<li><b><a href="man/mad_script.htm">mad_script</a></b> — .script files</li>
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
- <figure><code>
|
|
|
|
- $ mad compile
|
|
|
|
- Writing /apps/sample/ebin/sample.app
|
|
|
|
- OK
|
|
|
|
- </code></figure>
|
|
|
|
</section>
|
|
</section>
|
|
<section>
|
|
<section>
|
|
<a name=docs><h3>STRIP</h3></a>
|
|
<a name=docs><h3>STRIP</h3></a>
|
|
|
|
+ <figure><code>
|
|
|
|
+ $ mad strip
|
|
|
|
+ OK
|
|
|
|
+ </code></figure>
|
|
<div>
|
|
<div>
|
|
<ul>
|
|
<ul>
|
|
<li><b><a href="man/mad_strip.htm">mad_strip</a></b> — MAD Strip</div></li>
|
|
<li><b><a href="man/mad_strip.htm">mad_strip</a></b> — MAD Strip</div></li>
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
- <figure><code>
|
|
|
|
- $ mad strip
|
|
|
|
- OK
|
|
|
|
- </code></figure>
|
|
|
|
</section>
|
|
</section>
|
|
<section>
|
|
<section>
|
|
<a name=docs><h3>PLAN</h3></a>
|
|
<a name=docs><h3>PLAN</h3></a>
|
|
|
|
+ <figure><code>
|
|
|
|
+ $ mad plan
|
|
|
|
+ Generated [kernel,stdlib,fs,ranch,crypto,compiler,syntax_tools,inets,cowlib,
|
|
|
|
+ cowboy,n2o,sample,active,erlydtl,gproc,mad,nitro,sh]
|
|
|
|
+ OK
|
|
|
|
+ </code></figure>
|
|
<div>
|
|
<div>
|
|
<ul>
|
|
<ul>
|
|
<li><b><a href="man/mad_resolve.htm">mad_resolve</a></b> — MAD Resolver</div></li>
|
|
<li><b><a href="man/mad_resolve.htm">mad_resolve</a></b> — MAD Resolver</div></li>
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
+ </section>
|
|
|
|
+ <section>
|
|
|
|
+ <a name=docs><h3>BUNDLE</h3></a>
|
|
<figure><code>
|
|
<figure><code>
|
|
- $ mad plan
|
|
|
|
|
|
+ $ mad bundle script sample
|
|
Generated [kernel,stdlib,fs,ranch,crypto,compiler,syntax_tools,inets,cowlib,
|
|
Generated [kernel,stdlib,fs,ranch,crypto,compiler,syntax_tools,inets,cowlib,
|
|
cowboy,n2o,sample,active,erlydtl,gproc,mad,nitro,sh]
|
|
cowboy,n2o,sample,active,erlydtl,gproc,mad,nitro,sh]
|
|
OK
|
|
OK
|
|
</code></figure>
|
|
</code></figure>
|
|
- </section>
|
|
|
|
- <section>
|
|
|
|
- <a name=docs><h3>BUNDLE</h3></a>
|
|
|
|
<div>
|
|
<div>
|
|
<ul>
|
|
<ul>
|
|
<li><b><a href="man/mad_release.htm">mad_release</a></b> — MAD Bundler</li>
|
|
<li><b><a href="man/mad_release.htm">mad_release</a></b> — MAD Bundler</li>
|
|
@@ -228,24 +236,18 @@
|
|
<li><b><a href="man/mad_systools.htm">mad_systools</a></b> — MAD BEAM</li>
|
|
<li><b><a href="man/mad_systools.htm">mad_systools</a></b> — MAD BEAM</li>
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
- <figure><code>
|
|
|
|
- $ mad bundle script sample
|
|
|
|
- Generated [kernel,stdlib,fs,ranch,crypto,compiler,syntax_tools,inets,cowlib,
|
|
|
|
- cowboy,n2o,sample,active,erlydtl,gproc,mad,nitro,sh]
|
|
|
|
- OK
|
|
|
|
- </code></figure>
|
|
|
|
</section>
|
|
</section>
|
|
<section>
|
|
<section>
|
|
<a name=docs><h3>REPL</h3></a>
|
|
<a name=docs><h3>REPL</h3></a>
|
|
|
|
+ <figure><code>
|
|
|
|
+ $ mad repl
|
|
|
|
+ $ open http://127.0.0.1:8001
|
|
|
|
+ </code></figure>
|
|
<div>
|
|
<div>
|
|
<ul>
|
|
<ul>
|
|
<li><b><a href="man/mad_repl.htm">mad_repl</a></b> — MAD REPL</div></li>
|
|
<li><b><a href="man/mad_repl.htm">mad_repl</a></b> — MAD REPL</div></li>
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
- <figure><code>
|
|
|
|
- $ mad repl
|
|
|
|
- $ open http://127.0.0.1:8001
|
|
|
|
- </code></figure>
|
|
|
|
</section>
|
|
</section>
|
|
<section>
|
|
<section>
|
|
<a name=docs><h3>Related Documents</h3></a>
|
|
<a name=docs><h3>Related Documents</h3></a>
|