Skip to main content

How to install

NDExt is published on nuget.org as a global tool. Install/update/uninstall from the command prompt as follows:

Install NDExt

Install NDExt by running the following command from a command prompt:

dotnet tool install --global NDExt

After installation, it is necessary to install the project template. To install the project template, see the instructions here.

To run this program, .NET 6.0 SDK must be installed.

Update NDExt

Update the installed NDExt to the new version by running the following command from a command prompt:

dotnet tool update --global NDExt

Uninstall NDExt

Uninstall the project template first by running the following command from the command prompt:

ND Ext uninstall

Then uninstall NDExt by running the following command from the command prompt:

dotnet tool uninstall --global NDExt