install command
Overview
Install the project template.
format
NDExt install
Execution example
execution command
NDExt install
Response message
# ================================================= ==============
#
# Next Design Extension Utility - Version 1.2.0.0
#
# ================================================= ==============
# ------------------------------------------------- -----------
# Installing templates...
# ------------------------------------------------- -----------
template name short name language tag
---------------------------------------------- ------------- ---------- ----------------------
...
Next Design Extension ndext [C#] Next Design
Next Design Extension (Extension Points) ndextp [C#] Next Design
...
Examples:
dotnet new mvc --auth Individual
dotnet new wpflib
dotnet new --help
dotnet new ndext --help
Has completed.
* `ndext new` `ndext new-*` command can create Next Design extensions.
* You can also create extensions with the `dotnet new` command.