12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <html>
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="description" content="" />
- <meta name="author" content="Maxim Sokhatsky" />
- <title>MAD</title>
- <link rel="stylesheet" href="https://synrc.space/synrc.css" />
- </head>
- <body>
- <nav>
- <a href='https://synrc.space/'>SYNRC</a>
- <a href='https://n2o.space'>N2O ECO</a>
- </nav>
- <header>
- <a href="https://n2o.space"><img src="https://synrc.space/images/Synrc Neo.svg?v=1"></a>
- <h1>MAD</h1>
- </header>
- <aside>
- <article>
- <section>
- <h3>SYNOPSIS</h3>
- <div>MAD is a simple build tool designed for <a href="https://n2o.space">N2O ECO</a>.
- </div>
- </section>
- <section>
- <a name=plugin><h3>INTALL</h3></a>
- <div>Place MAD binary into <b>$PATH</b> or <b>/usr/local/bin</b>:
- <figure>
- <code>
- # curl -fsSL \
- https://raw.github.com/synrc/mad/master/mad > mad \
- && chmod +x mad \
- && sudo cp /usr/local/bin
- </code>
- </figure>
- <div>
- Nov 2018 © <a href="https://github.com/synrc/mad">Namdak Tonpa</a> ISC
- </div>
- </section>
- </article>
- </aside>
- <main>
- <section>
- <a name=mqtt><h3>HELP</h3></a>
- <p> MAD accepts a list of words. This list of words contains special words,
- delimiters or commands,
- words between commands are arguments for nearest left command.
- </p>
- <figure>
- <code>
- MAD Manage Dependencies ad426a
- invoke = mad | mad params
- params = [] | command [options] params
- command = app [sample] | deps | clean | compile | strip
- | bundle [beam|script] | get [repo] | up [name]
- | start | stop | attach | sh | static [watch|min]
- </code></figure>
- </section>
- <section>
- <a name=docs><h3>Related Documents</h3></a>
- <div>
- <ul>
- <li><a href="https://n2o.space/articles/n2o.htm">N2O: PROTOCOL</a></li>
- <li><a href="https://n2o.space/articles/web.htm">N2O: SERVER</a></li>
- <li><a href="https://n2o.space/articles/history.htm">N2O: HISTORY</a></li>
- </ul></div>
- </section>
- </main>
- <footer>
- Made with <span class="heart">❤</span> to N2O
- </footer>
- </body>
- </html>
|