Skip to main content

new command

With NDExt, you can create .NET projects for Next Design extension development from both the command line and Visual Studio.

Create a project from a command prompt or shell

Create a .NET Core project for the Next Design extension in the current directory.

Command NameProject Type
newSimple extension project
new-extpExtension using NextDesign.Desktop.ExtensionPoints

Do the following:

ndext new Ext1

Create an extension project in the current directory using NextDesign.Desktop.ExtensionPoints.

ndext new-extp Ext2

new, new-extp command

Create a project for the Next Design extension in the current folder.

Usage: Usage:
NDExt new <name>

Arguments:
<name> Please specify the name of the created project