Skip to main content

new command

Overview

Create a Next Design extension project in the current folder.

format

NDExt new <name>

argument

NameMeaning
namePlease specify the creation project name

Execution example

execution command

ndext new Ext

Response message

# ================================================= ==============
#
# Next Design Extension Utility - Version 1.2.0.0
#
# ================================================= ==============
# ------------------------------------------------- --------------
# Creating Next Design Extension Solution & Project
#
# Project Name: 'Ext'
# Template Type: 'ndext'
# Template Description: 'Next Design's standard extension. '
# ------------------------------------------------- --------------
Create a solution file. c:\work\Ext.sln
Template "Solution File" was created successfully.
Template "Next Design Extension" was created successfully.
Created `Ext.csproj` in c:\work\Ext.
Added the project `Ext\Ext.csproj` to the solution.
Has completed.