Create .NET Project from Template
curated by SkillMD · plugin · 4 skills
Discover, instantiate, and configure a .NET project from a template with smart defaults and NuGet package management.
Install the whole plugin (CLI)
npx skillmds add dotnet/template-discovery
npx skillmds add dotnet/template-smart-defaults
npx skillmds add dotnet/template-instantiation
npx skillmds add github/nuget-managerSkills in this plugin
- ▌ template-discovery · dotnetFinds, inspects, and compares .NET project templates by resolving natural-language descriptions to ranked template matches with pre-filled parameters.
- ▌ template-smart-defaults · dotnetFills in cross-parameter defaults when creating .NET projects with dotnet new, keeping related parameters consistent without overriding values the user set explicitly.
- ▌ template-instantiation · dotnetCreates .NET projects from templates with validated parameters, Central Package Management adaptation, and multi-project composition.
- ▌ nuget-manager · githubManage NuGet packages in .NET projects using the dotnet CLI for adding, removing, and updating package versions.