Skip to main content

How to install NDExt

Next Design's extension development support command line tool is available on nuget.org as a global tool. Install by executing the following from the command prompt.

Install NDExt

dotnet tool install --global NDExt

To run this program, you need to install .NET Core 3.1 SDK.

NDExt update

To update an already installed NDExt to a newer version, run the following command at the command prompt:

dotnet tool update --global NDExt

Install project template

After installation, execute the following command.

ndext install

Now you are ready.