Skip to content

Commit

Permalink
Merge pull request natemcmaster#170 from joro550/adding_tool
Browse files Browse the repository at this point in the history
Adding dotnet-server
  • Loading branch information
natemcmaster authored Nov 13, 2019
2 parents 45c073d + 991821a commit 5070e1e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,20 @@ A list of tool extensions for .NET Core Command Line (dotnet CLI), aka '.NET Cor
<code>dotnet tool install -g <a href="https://www.nuget.org/packages/dotnet-serve/">dotnet-serve</a></code>
</td>
</tr>
<tr>
<td><code>dotnet-server</code></td>
<td>
<p>
A configurable local http server to "mock" or fake responses from down stream services.
</p>
<p>
<strong>Project site:</strong> <a href="https://github.com/joro550/dotnet-server">GitHub</a>
<br />
<strong>Author:</strong> <a href="https://github.com/joro550">@joro550</a>
</p>
<code>dotnet tool install --g <a href="https://www.nuget.org/packages/DotNetSimpleServer/">DotNetSimpleServer</a></code>
</td>
</tr>
<tr>
<td><code>dotnet-snow</code></td>
<td>
Expand Down

0 comments on commit 5070e1e

Please sign in to comment.