btcpayserver/BTCPayServer.PluginPacker
Kukks 179520a211 Plugins: Allow creation of independent DbContexts
This allows plugins to create custom dbcontexts, which would be namespaced in the scheme with a prefix. Migrations are supported too and the table would be prefixed too
2020-11-18 12:27:26 +01:00
..
BTCPayServer.PluginPacker.csproj Add nuget publishing for plugin packaer and abstractions (#2018) 2020-10-25 00:21:50 +09:00
icon.png Add nuget publishing for plugin packaer and abstractions (#2018) 2020-10-25 00:21:50 +09:00
Program.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +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