index.html 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <html>
  2. <head>
  3. <meta charset="utf-8" />
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta name="description" content="" />
  7. <meta name="author" content="Maxim Sokhatsky" />
  8. <title>MAD</title>
  9. <link rel="stylesheet" href="https://synrc.space/synrc.css" />
  10. </head>
  11. <body>
  12. <nav>
  13. <a href='https://synrc.space/'>SYNRC</a>
  14. <a href='https://n2o.space'>N2O ECO</a>
  15. </nav>
  16. <header>
  17. <a href="https://n2o.space"><img src="https://synrc.space/images/Synrc Neo.svg?v=1"></a>
  18. <h1>MAD</h1>
  19. </header>
  20. <aside>
  21. <article>
  22. <section>
  23. <h3>SYNOPSIS</h3>
  24. <div>MAD is a simple build tool designed for <a href="https://n2o.space">N2O ECO</a>.
  25. </div>
  26. </section>
  27. <section>
  28. <a name=plugin><h3>INTALL</h3></a>
  29. <div>Place MAD binary into <b>$PATH</b> or <b>/usr/local/bin</b>:
  30. <figure>
  31. <code>
  32. # curl -fsSL \
  33. https://raw.github.com/synrc/mad/master/mad > mad \
  34. && chmod +x mad \
  35. && sudo cp /usr/local/bin
  36. </code>
  37. </figure>
  38. <div>
  39. Nov 2018 &copy; <a href="https://github.com/synrc/mad">Namdak Tonpa</a> ISC
  40. </div>
  41. </section>
  42. </article>
  43. </aside>
  44. <main>
  45. <section>
  46. <a name=mqtt><h3>HELP</h3></a>
  47. <p> MAD accepts a list of words. This list of words contains special words,
  48. delimiters or commands,
  49. words between commands are arguments for nearest left command.
  50. </p>
  51. <figure>
  52. <code>
  53. MAD Manage Dependencies ad426a
  54. invoke = mad | mad params
  55. params = [] | command [options] params
  56. command = app [sample] | deps | clean | compile | strip
  57. | bundle [beam|script] | get [repo] | up [name]
  58. | start | stop | attach | sh | static [watch|min]
  59. </code></figure>
  60. </section>
  61. <section>
  62. <a name=docs><h3>Related Documents</h3></a>
  63. <div>
  64. <ul>
  65. <li><a href="https://n2o.space/articles/n2o.htm">N2O: PROTOCOL</a></li>
  66. <li><a href="https://n2o.space/articles/web.htm">N2O: SERVER</a></li>
  67. <li><a href="https://n2o.space/articles/history.htm">N2O: HISTORY</a></li>
  68. </ul></div>
  69. </section>
  70. </main>
  71. <footer>
  72. Made with <span class="heart">❤</span> to N2O
  73. </footer>
  74. </body>
  75. </html>