Added cpl-mail
This commit is contained in:
8
docs/build/html/setup.html
vendored
8
docs/build/html/setup.html
vendored
@@ -64,9 +64,9 @@
|
||||
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing to CPL</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="deprecated.html">Deprecated</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="cpl_cli.html">CLI reference</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="cpl_core.html">API reference</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="cpl.core.html">API reference</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="cpl_discord.html">Discord Reference</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="cpl_query.html">Query reference</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="cpl.query.html">Query reference</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="cpl_translation.html">Translation reference</a></li>
|
||||
</ul>
|
||||
|
||||
@@ -146,7 +146,7 @@
|
||||
</section>
|
||||
<section id="create-initial-console-app">
|
||||
<h2>Create initial console app<a class="headerlink" href="#create-initial-console-app" title="Permalink to this heading"></a></h2>
|
||||
<p>You develop apps and packages in the context of an CPL project which is defined in an cpl_core.json.</p>
|
||||
<p>You develop apps and packages in the context of an CPL project which is defined in an cpl.core.json.</p>
|
||||
<ol class="arabic">
|
||||
<li><p>Run the CLI command <code class="docutils literal notranslate"><span class="pre">cpl</span> <span class="pre">new</span> <span class="pre">console</span></code> and provide the name my-app, as shown here:</p>
|
||||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>cpl<span class="w"> </span>new<span class="w"> </span>console<span class="w"> </span>my-app
|
||||
@@ -159,7 +159,7 @@
|
||||
</section>
|
||||
<section id="create-initial-library">
|
||||
<h2>Create initial library<a class="headerlink" href="#create-initial-library" title="Permalink to this heading"></a></h2>
|
||||
<p>You develop apps and packages in the context of an CPL project which is defined in an cpl_core.json.</p>
|
||||
<p>You develop apps and packages in the context of an CPL project which is defined in an cpl.core.json.</p>
|
||||
<ol class="arabic">
|
||||
<li><p>Run the CLI command <code class="docutils literal notranslate"><span class="pre">cpl</span> <span class="pre">new</span> <span class="pre">library</span></code> and provide the name my-lib, as shown here:</p>
|
||||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>cpl<span class="w"> </span>new<span class="w"> </span>library<span class="w"> </span>my-lib
|
||||
|
||||
Reference in New Issue
Block a user