VRising.ModTemplate 0.1.10

dotnet new install VRising.ModTemplate::0.1.10
                    
This package contains a .NET Template Package you can call from the shell/command line.

V Rising Mod Template

Installation

dotnet new --install VRising.ModTemplate

Example usage

dotnet new vrisingmod -n NameOfYourMod --use-vcf --description "Description of your mod"

Replace NameOfYourMod with the name of your mod and update the description, and optionally add/remove the --use flags as appropriate. Then cd into the directory and run dotnet build to build the mod.

Resources


Contributing to Template

You can use any directory, but there's a workflow using QTemplateTest included in a script and the gitignore. This script will clean up that direcotry, build, and reinstall the template locally. The workflow looks like:

Reinstall locally:

.Reinstall-Template.ps1

Test and Develop ex:

dotnet new vrisingmod -n "QTemplateTest" -vcf -bloodstone
dotnet build QTemplateTest
  • net6.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.10 1,197 5/27/2024
0.1.9 164 5/27/2024
0.1.8 452 5/18/2024
0.1.7 404 5/9/2024
0.1.6 732 7/3/2023
0.1.5 367 6/7/2023
0.1.4 308 5/20/2023
0.1.3 297 5/20/2023
0.1.2 286 5/20/2023
0.1.1 705 10/7/2022
0.1.0 343 10/7/2022