NDExt 1.5.0

dotnet tool install --global NDExt --version 1.5.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local NDExt --version 1.5.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=NDExt&version=1.5.0
                    
nuke :add-package NDExt --version 1.5.0
                    

Next Design Extension Utility Tool

Next Designのエクステンションを開発するツールです。

1. 必要環境

  • このプログラムを動作させるには .NET8のSdkおよびnuget.exeのインストールが必要です。
  • nuget.exe は公式サイトからダウンロードし、適切なフォルダーに保存して、そのフォルダーを PATH 環境変数に追加してください(パスの設定が通っていないと正しく動作しません)。

2. インストール方法

Next Designのエクステンション開発支援コマンドラインツールをグローバルツールとしてnuget.orgに公開しています。コマンドプロンプトから次のように実行してインストールします。

> dotnet tool install --global NDExt 
  • インストール後は下記のコマンドを実行しておきます。
> ndext install

3. 利用方法

コマンドプロンプトから実行します。利用できるコマンドは下記を実行して確認して下さい。

> ndext --help
  • 次のように確認できます。
NDExt:
  Next Designのエクステンションを作成できるユーティリティです。

Usage:
  NDExt [options] [command]

Options:
  --version    Display version information

Commands:
  install            プロジェクトのテンプレートをインストールします。最初に実行して下さい。
  new <name>         現在のフォルダにNext Designのエクステンションのプロジェクトを作成します。
  new-extp <name>    現在のフォルダにExtensionPointsライブラリを用いたエクステンションのプロジェクトを作成します。
  pack               エクステンションをパッケージ化します。
  uninstall          プロジェクトのテンプレートをアンインストールします。
  • Next Designのエクステンションの .NET Core プロジェクトをカレントディレクトリに作成します。
> ndext new Ext1
> ndext new-extp Ext2
  • エクステンションをパッケージ化するには次のように実行します。
> ndext pack -c Release -v 3.0 

packコマンドの実行に成功するとndpackagesフォルダにnupkgファイルが作成されます。

4. ドキュメント

詳しい利用方法はNDExtのドキュメントを参照して下さい。


Next Design Extension Utility Tool

This is a tool for developing extensions for Next Design.

1. Required environment

  • To run this program, you need to install .NET8 SDK and nuget.exe.
  • Download nuget.exe from the official website, save it in an appropriate folder, and add that folder to the PATH environment variable (it will not work properly if the path is not set).

2. How to install

Next Design's extension development support command line tool is published on nuget.org as a global tool. Run the following from the command prompt to install it.

> dotnet tool install --global NDExt
  • After installation, run the following command.
> ndext install

3. How to use

Execute from the command prompt. Check the available commands by executing the following.

> ndext --help
  • You can check as follows.
NDExt:
A utility that allows you to create Next Design extensions.

Usage:
NDExt [options] [command]

Options:
--version Display version information

Commands:
  install            Installs the project template. Run this first.
  new <name>         Creates a Next Design extension project in the current folder.
  new-extp <name>    Creates an extension project using the ExtensionPoints library in the current folder.
  pack               Packages the extension.
  uninstall          Uninstalls the project template.
  • Creates a .NET Core project for the Next Design extension in the current directory.
> ndext new Ext1
> ndext new-extp Ext2
  • To package an extension, execute as follows.
> ndext pack -c Release -v 3.0

If the pack command is executed successfully, a nupkg file will be created in the ndpackages folder.

4. Documentation

For detailed usage, please refer to NDExt documentation.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.5.0 94 5/28/2026
1.4.0 464 3/31/2025
1.3.0 600 6/8/2023
1.2.0 705 7/19/2022
1.1.0 588 6/30/2022
1.0.8 662 2/16/2022
1.0.7 638 2/15/2022
1.0.6 595 2/15/2022
1.0.5 616 2/15/2022
1.0.4 630 2/14/2022
1.0.3 476 1/14/2022
1.0.2 653 1/14/2022
1.0.1 625 1/14/2022
0.7.4 541 11/9/2021
0.7.3 531 11/9/2021
0.7.2 522 11/9/2021
0.7.1 544 11/9/2021
0.7.0 587 11/9/2021
0.6.0 577 11/5/2021