Skip to main content

new-extp command

Overview

Create an extension project using the ExtensionPoints library in the current folder.

format

NDExt new-extp <name>

argument

NameMeaning
namePlease specify the creation project name

Execution example

execution command

ndext new-extp Ext2

Response message

# ================================================= ==============
#
# Next Design Extension Utility - Version 1.2.0.0
#
# ================================================= ==============
# ------------------------------------------------- --------------
# Creating Next Design Extension Solution & Project
#
# Project Name: 'Ext2'
# Template Type: 'ndextp'
# Template Description: 'Extension using ExtensionPoints library (recommended). '
# ------------------------------------------------- --------------
Create a solution file. c:\work\Ext2.sln
Template "Solution File" was created successfully.
Template "Next Design Extension (Extension Points)" was created successfully.
Created `Ext2Points.csproj` in c:\work\Ext2.
Added the project `Ext2\Ext2Points.csproj` to the solution.
Has completed.