UNPKG

protoml-parser

Version:

ProtoML is a lightweight, declarative markup language designed for writing and structuring meeting protocols, notes and task lists in a human-readable and machine-parseable format.

26 lines (25 loc) 851 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Scaffold - ProtoML 1.4.2+build67</title> <link rel="stylesheet" href="help.css"> </head> <body> <nav class="topnav"> <a href="../toc.html">Contents</a> <span class="version">ProtoML 1.4.2+build67</span> </nav> <main class="page"> <h1>Scaffold</h1> <div class="topic-meta">Topic: <code>scaffold</code></div> <h2>Explanation</h2> <p><code>protoparser scaffold meeting [target_dir]</code> creates a starter meeting file and a shared <code>_tags.pml</code> file.</p> <p>It is intended as a quick way to bootstrap a small ProtoML document setup.</p> <p>It is recommended to wrap the target directory path in double quotes.</p> <h2>Examples</h2> <pre><code>protoparser scaffold meeting protoparser scaffold meeting &quot;./demo&quot;</code></pre> </main> </body> </html>