btcpayserver/BTCPayServer.PluginPacker
2024-06-21 10:16:55 +09:00
..
BTCPayServer.PluginPacker.csproj Bump .NET 8.0 (#5479) 2023-11-21 14:11:17 +09:00
icon.png Add nuget publishing for plugin packaer and abstractions (#2018) 2020-10-25 00:21:50 +09:00
Program.cs Do not crash the plugin packer if Assembly.GetTypes crashes 2024-06-21 10:16:55 +09:00
PushNuget.ps1 Add nuget publishing for plugin packaer and abstractions (#2018) 2020-10-25 00:21:50 +09:00
README.md BTCPay Extensions Part 2 (#2001) 2020-10-21 14:02:20 +02:00

This tool makes it easy to create a BTCPay plugin package. To create a package you must:

  • Build your BTCPay Plugin project
  • open a terminal in this project
  • run dotnet run PATH_TO_PLUGIN_BUILD_DIRECTORY NAME_OF_PLUGIN BUILT_PACKAGE_OUTPUT_DIRECTORY