Skip to main content

command summary

Overview

Explains the command format, options, and subcommands when using NDExt.

format

NDExt [options] [command]

Options

OptionMeaning
--versionDisplays version information
--helpDisplay help

subcommand

CommandMeaning
installInstall the project template
newCreates a Next Design extension project in the current folder
new-extpCreates an extension project using the ExtensionPoints library in the current folder
packPackages the extension
uninstallUninstall the project template

Execution example

execution command

ndext --help

Response message

NDExt:
A utility that allows you to create extensions for Next Design.

Usage:
NDExt [options] [command]

Options:
- version Display version information

Commands:
install Installs project templates. Please run it first.
new \<name\> Creates a Next Design extension project in the current folder.
new-extp \<name\> Creates an extension project using the ExtensionPoints library in the current folder.
pack Package the extension.
uninstall Uninstall the project template.