btcpayserver/BTCPayServer.PluginPacker
2022-05-04 09:01:17 +02:00
..
BTCPayServer.PluginPacker.csproj Migrate to .net6.0 (#3198) 2021-12-27 13:15:43 +09:00
icon.png Add nuget publishing for plugin packaer and abstractions (#2018) 2020-10-25 00:21:50 +09:00
Program.cs Makle plugin packer store in dir with plugin name 2022-05-04 09:01:17 +02: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