
Mod template for Reactor
Reactor.TemplateMod is an exciting template for developers using ReactorDotNet, designed to streamline the process of creating new plugins. With a focus on enhancing productivity, this template allows users to quickly set up a new project structure, ensuring that developers can spend more time building and less time configuring. By simply utilizing a few straightforward commands, the Reactor.Template enables a smooth onboarding experience for those familiar with the .NET ecosystem.
This tool integrates seamlessly with NuGet, allowing for effortless installation and project creation. Whether you're a seasoned developer or just starting with ReactorDotNet, Reactor.TemplateMod provides a user-friendly approach to getting started with plugin development.
dotnet new reactor -n {Name} -o {Name} to generate a new Reactor plugin under your specified directory, ensuring a consistent project structure.