Skip to main content

new command

Overview

Creates a Next Design extension project in the current folder.

Format

NDExt new <name>

Arguments

NameMeaning
namePlease specify the name of the project to be created

Execution example

Execution command

ndext new Ext

Response message

# ------------------------------------------------------------
# Creating Next Design Extension Solution & Project
#
# Project Name: 'Ext'
# Template Type: 'ndext'
# Template Description: 'This is a standard extension for Next Design. '
# ------------------------------------------------------------
Creates a solution file. C:\Windows\system32\Ext.sln
Template "Solution File" created successfully.

Template "Next Design Extension" created successfully.

Created `Ext.csproj` in C:\Windows\system32\Ext.
Added project `Ext\Ext.csproj` to solution.
Done.