Module: Makit::Cli::Generators::Templates::Dotnet

Defined in:
lib/makit/cli/generators/templates/dotnet_templates.rb

Overview

.NET project template generators

This module contains template classes for generating .NET project files including .csproj files, Program.cs, README.md, and .gitignore files.

Examples:

Generate a .csproj file

csproj = Makit::Cli::Generators::Templates::Dotnet::Csproj.new("my-app")
content = csproj.render

Defined Under Namespace

Classes: Csproj, Gitignore, ProgramCs, Readme