ModMeta API
An overview of what the ModMeta API is for
ModMeta Relay is fully open-source! You can see the full code for the extension (including these docs) on GitHub. Community contributions, fixes and PRs are all welcome! That being said, please read the info below to make all of our lives a bit easier.
ModMeta Relay is made available under an MIT License. That means all contributions will also be licensed under the MIT License and all the conditions and limitations that involves.
To work with the ModMeta Relay code, you should only need the .NET Core 3.1 SDK (or higher) and the dotnet
CLI configured. Development so far has been done in Visual Studio Code, but any IDE that supports ASP.NET Core should work just fine.
To get started building locally, you just need the dotnet
CLI installed and available. Since we have a Cake script already set up, just run the following commands to get the build started:
dotnet tool restore
dotnet cake --bootstrap
dotnet cake
You can also run dotnet cake --target=Publish
to build all the packages and images locally.
ModMeta Relay is a community project, currently built and maintained by a single non-developer. As such, feature requests will be accepted, but I can't provide any level of assurance that any requests will certainly be included.
An overview of what the ModMeta API is for
An introduction to building Relay plugins.