command summary
Overview
Explains the command format, options, and subcommands when using NDExt.
format
NDExt [options] [command]
Options
| Option | Meaning |
|---|---|
| --version | Displays version information |
| --help | Display help |
subcommand
| Command | Meaning |
|---|---|
| install | Install the project template |
| new | Creates a Next Design extension project in the current folder |
| new-extp | Creates an extension project using the ExtensionPoints library in the current folder |
| pack | Packages the extension |
| uninstall | Uninstall 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.