VRising.ModTemplatePlus 0.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet new install VRising.ModTemplatePlus::0.1.2                
This package contains a .NET Template Package you can call from the shell/command line.

V Rising Mod Template Extended

Installation

dotnet new --install VRising.ModTemplatePlus

Example usage

dotnet new vrisingmodplus -n NameOfYourMod --vcf -how --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.

Flags

  • -desc - Initialize the mod with a description
  • -how - Starts the project with a how-to guide example
  • -vcf - Use VampireCommandFramework
  • -bloodstone - Use the Bloodstone Framework
  • -bloodycore - Use the Bloody.Core Framework

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 vrisingmodplus -n "QTemplateTest" -vcf -how
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.3 169 12/27/2024
0.1.2 132 12/18/2024
0.1.1 91 12/18/2024