btcpayserver/BTCPayServer.PluginPacker
2023-02-02 10:15:03 +01:00
..
BTCPayServer.PluginPacker.csproj Make sure plugin packer has all btcpay deps 2023-01-17 20:04:11 +09:00
icon.png Add nuget publishing for plugin packaer and abstractions (#2018) 2020-10-25 00:21:50 +09:00
Program.cs fix plugin packer when relative path provided 2023-02-02 10:15:03 +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