Skip to content

Commit

Permalink
Deployed bd1c945 with MkDocs version: 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mzorec committed Jun 27, 2019
1 parent 72b5755 commit 3a1bf7d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,14 @@ <h2 id="features-and-advantages"><strong>Features and Advantages</strong><a clas
</pre></div>
</td></tr></table>

<ul>
<li><a href="https://flubucore.dotnetcore.xyz/override-add-options/">Override existing options or add additional options to tasks through console</a></li>
</ul>
<p><code>c#
context.CreateTarget("Example")`
.AddCoreTask(x =&gt; x.Build("MySolution.sln").Configuration("Release");</code> </p>
<p><code>flubu build /o:configuration=Debug</code></p>
<p>flubu would execute <code>dotnet build MySolution.sln -c Debug</code> </p>
<ul>
<li><a href="https://flubucore.dotnetcore.xyz/getting-started#getting-started-net-core">Full .NET Core support including the global CLI tool</a></li>
</ul>
Expand All @@ -209,9 +217,13 @@ <h2 id="features-and-advantages"><strong>Features and Advantages</strong><a clas
<p><a href="https://github.com/flubu-core/examples/blob/master/NetCore_csproj/BuildScript/BuildScriptTests.cs">Possibility to use FlubuCore tasks in any other .NET application.</a></p>
</li>
<li>
<p>Improved developer experience with FlubuCore custom analyzers.</p>
<p><a href="https://flubucore.dotnetcore.xyz/build-script-runner-interactive/">FlubuCore interactive mode</a> which offers target tab completition, options tab completition, toogle targets and options, executed commands history and more... </p>
</li>
</ul>
<p><img alt="FlubuCore interactive mode" src="https://raw.githubusercontent.com/flubu-core/flubu.core/master/assets/FlubuCore_Interactive_mode.gif" /></p>
<ul>
<li>Improved developer experience with FlubuCore custom analyzers.</li>
</ul>
<p><img alt="FlubuCore analyzers in action" src="https://raw.githubusercontent.com/flubu-core/flubu.core/master/assets/FlubuCoreCustomAnalyzerDemo.png" /></p>
<h2 id="getting-started"><strong>Getting Started</strong><a class="headerlink" href="#getting-started" title="Permanent link">&para;</a></h2>
<p>Using FlubuCore is straightforward and very simple :-) It is also fully and throughly documented.</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 3a1bf7d

Please sign in to comment.