Main site for dotnex

A simple .NET tool to execute other dotnet tools without installing them globally or in a project (a similar approach to npx from npm).

View in Nuget.org

This simple tool provides the minimum necessary to run dotnet tools without the need of installing them globally or in a project, since this is not yet supported in dotnet cli.

Quick Start

Install the dotnet cli (included in the .NET SDK) and then run the following command:

dotnet tool install -g dotnex

Execute your dotnet tool:

dotnex dotnetsay Easy!!
  • Improve this Doc
In This Article
Back to top Generated by DocFX