new-extp command
Overview
Creates an extension project using the ExtensionPoints library in the current folder.
Format
NDExt new-extp <name>
Arguments
Name | Meaning |
---|---|
name | Specify the name of the project to be created |
Execution example
Execution command
ndext new-extp Ext2
Response message
# ------------------------------------------------------------
# Creating Next Design Extension Solution & Project
#
# Project Name: 'Ext2'
# Template Type: 'ndextp'
# Template Description: 'An extension using the ExtensionPoints library (recommended). '
# ------------------------------------------------------------
Found solution file `Ext.sln`. Add project to this file.
Template "Next Design Extension (Extension Points)" successfully created.
Created `Ext2Points.csproj` in C:\Windows\system32\Ext2.
Added project `Ext2\Ext2Points.csproj` to solution.
Done.