NDExt command line tool
Overview
A command line tool to help you develop Next Design extensions. The following operations are easy.
- Creating an extension development project
- Registering a project template in Visual Studio
- Extension packaging
Installation method
To use NDExt, first perform Install.
Command overview
Run from the command prompt. Check the available commands by executing the following.
NDExt:
A utility that allows you to create extensions for Next Design.
Usage: Usage:
NDExt [options] [command]
Options: Options:
- version Display version information
Commands: Commands:
install Install the project template. Please do it first.
new <name> Create a project for the Next Design extension in the current folder.
new-extp <name> Create an extension project using the ExtensionPoints library in the current folder.
package the pack extension.
uninstall Uninstalls the project template.