Skip to content

dotnet-studies/dotnet-generator-scripts

 
 

Repository files navigation

.NET Generator Scripts


First Configurations

Windows

  • Install Windows Terminal
  • Install Jetbrains Nerd Font Mono in a Thin Mode
  • Configure Windows Terminal to use the Jetbrains Font
  • Configurations of the terminal:
    • Appearance > Color Scheme Dark+
    • Appearance > JetBrainsMono Nerd Font
    • Appearance > Font Size 12
    • Appearance > Font Weight Thin
  • Install .NET project into windows terminal.
  • Install .NET dependency called dotnet-script.
dotnet tool install -g dotnet-script

Generate Console Projects

  • Run the create.csx file to generate locally the Solution,Project and Test Project.
  • This is going to create the Console Project with an Hello World Example.
dotnet script create.csx

ASP.NET Core Projects

  • TBD

Minimal API Projects

  • TBD

AI centered Projects

  • TBD

About

My C# scripting to generate complete .NET projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%