mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
179520a211
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 |
||
---|---|---|
.. | ||
BTCPayServer.PluginPacker.csproj | ||
icon.png | ||
Program.cs | ||
PushNuget.ps1 | ||
README.md |
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