LightningReview.Extension.ProjectTemplates 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet new install LightningReview.Extension.ProjectTemplates::1.0.0
This package contains a .NET Template Package you can call from the shell/command line.

概要

  • Lightning Reviewのエクステンション開発のためのプロジェクトテンプレートです。
  • dotnetのCLIおよび、Visual Studioで利用できます。

Notice:
本ライブラリはLightning Review V2.0.0以降が対象のプロジェクトテンプレートです。Lightning Review V1.Xでは利用できません。

プロジェクトテンプレートのインストール方法、利用方法について説明した動画はこちらです。

インストール方法

  • コマンドプロンプトより次のように実行して下さい。
> dotnet new --install LightningReview.Extension.ProjectTemplates

正常にインストールが完了している場合は次のコマンドを実行すると

> dotnet new --list

このように表示されます。

Templates                                     Short Name           Language    Tags
--------------------------------------------  -------------------  ----------  ----------------------
Console Application                           console              [C#],F#,VB  Common/Console
...
Lightning Review Extension                    lrext                [C#]        Lightning Review
...

利用方法

  • 次のように実行するとエクステンションのプロジェクトを作成できます。
> dotnet new lrext -n MyExt1
  • また、Visual Studioの新規プロジェクト作成のダイアログでも作成可能です。

パッケージのアンインストール方法

次のコマンドを実行して下さい。

> dotnet new --uninstall LightningReview.Extension.ProjectTemplates

ライセンス

本ライブラリはMITライセンスです。詳細はLICENSE を確認してください。

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 967 10/25/2022
1.0.1 404 10/17/2022
1.0.0 411 10/13/2022