btcpayserver/BTCPayServer.PluginPacker
2022-11-09 15:28:16 +01:00
..
BTCPayServer.PluginPacker.csproj Use PluginLoader in the Plugin packer to prevent conflicts (#4277) 2022-11-09 15:28:16 +01:00
icon.png Add nuget publishing for plugin packaer and abstractions (#2018) 2020-10-25 00:21:50 +09:00
Program.cs Use PluginLoader in the Plugin packer to prevent conflicts (#4277) 2022-11-09 15:28:16 +01: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