First published on MSDN on Sep 25, 2018
dotnet-tools
This is a great set of resources complied by Nate McMaster, Senior software engineer on the ASP.NET Core project
A list of tool extensions for .NET Core Command Line (dotnet CLI). see https://github.com/natemcmaster/dotnet-tools
These tools can be installed by executing
dotnet tool install -g $packageId
After installing, the tool should be available by running
$commandName
You don't need to run
"dotnet $commandName"
, just
$commandName
The CLI also supports an older format called "project tools" or
<DotNetCliToolReference>
. A list of project tools see
https://github.com/natemcmaster/dotnet-tools/blob/master/project-tools.md
Updated Mar 21, 2019
Version 2.0Lee_Stott
Microsoft
Joined September 25, 2018
Educator Developer Blog
Follow this blog board to get notified when there's new activity