csharp
public sealed class ProjectTemplateA template, and what it writes.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (6)
public string IdIts directory in the template pack — vixen-game.
public string NameWhat `dotnet new list` calls it — "Vixen Game".
public string DescriptionOne line about what it writes.
public string SourceNameThe placeholder name every file in it is written against.
public IReadOnlyList<string> ShortNamesWhat `vixen new` answers to: game, or lib and library.
public string ShortNameThe name this tool prints and the one it offers first.
Methods (1)
public IReadOnlyList<TemplateFile> Instantiate(string projectName, string version)Writes the template out for a project of the given name.
Used by (7)
- ProjectScaffoldVixen.Editor.Core
- ProjectScaffoldTestsVixen.Editor.Core.Tests
- ScaffoldRunnerVixen.Cli
- TemplateCatalogVixen.Editor.Core
- TemplateCompilerVixen.Templates.Tests
- TemplateTestsVixen.Templates.Tests
- VixenCommandVixen.Cli