NDExt 1.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global NDExt --version 1.0.8
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.0.8
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=NDExt&version=1.0.8
nuke :add-package NDExt --version 1.0.8

Next Design Extension Utility Tool

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

必要環境

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

インストール方法

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

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

利用方法

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

> 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 2.0.0 

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

ドキュメント

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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
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.3.0 327 6/8/2023
1.2.0 519 7/19/2022
1.1.0 400 6/30/2022
1.0.8 470 2/16/2022
1.0.7 431 2/15/2022
1.0.6 393 2/15/2022
1.0.5 414 2/15/2022
1.0.4 423 2/14/2022
1.0.3 274 1/14/2022
1.0.2 449 1/14/2022
1.0.1 419 1/14/2022
0.7.4 334 11/9/2021
0.7.3 325 11/9/2021
0.7.2 330 11/9/2021
0.7.1 335 11/9/2021
0.7.0 381 11/9/2021
0.6.0 363 11/5/2021