Make into a `dotnet` tool?
See original GitHub issueThe dotnet
CLI has a handy feature of “tools” (like extensions). I could see this being a very useful one. It would make your tool very easy to install & use.
https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools-how-to-create
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Tutorial: Create a .NET tool using the .NET CLI
The .NET CLI lets you create a console application as a tool, which others can install and run. .NET tools are NuGet packages...
Read more >Using .NET Core Tools to Create Reusable and Shareable ...
NET Core Tool is to make it easy to build, publish, and consume executable tools in the same way you can create NuGet...
Read more >Building Custom Tools into Dotnet Core
The dotnet tool command is built into the dotnet CLI to allow you to manage global tools on a given workstation. dotnet tool...
Read more >Using .NET Core Tools to Create Reusable and ... - Rick Strahl
The idea behind a Dotnet Tool is to make it easy to build, publish and consume executable tools in the same way you've...
Read more >Create your own .NET CLI tool
This will create tool manifest file dotnet-tools.json in the .config subfolder under the main folder. Then invoke this command: > dotnet tool ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You’re right. Thanks for the suggestion.
I don’t know I I’ll have the time soon to do something like that, but I keep the idea here for doing sometime in the future 😊
+1