judescripts / devtoys-utility-templates

DevToys.io DotNet Utility Templates - It includes collections of [dotnet new] templates to start you off in a rapid/agile development journey with the latest dotnet stacks.

Home Page:https://devtoys.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevToys.io DotNet Utilty Templates

dotnet new templates for rapid development of various stacks

==Prerequisites==
Must have dotnet sdk installed -> dotnet-sdk
Must have Node installed -> node

👀 Checkout the tutorial

DevToys YT

Installation

dotnet new install DevToys.Utility.Templates


Current version includes:

  • TAB stack (TailwindCss, Azure, Blazor)
    • Rapid Development of Web/Progressive Web Applications
    • Blazor (.NET 8)
    • TailwindCss ^3.4.1
      • @tailwindcss/forms plugin
    • Azure Identity
    • Azure Key Vault
    • EF Core SQL

To start a new project
dotnet new tab -n <My Project Name>
or
mkdir <Project Name>
cd <Project Name>
dotnet new tab


  • TAMB stack (TailwindCss, Azure, MAUI, Blazor)
    • .NET 8 MAUI Hybrid (Blazor)
    • TailwindCss ^3.4.1
      • @tailwindcss/aspect-ratio plugin
      • Azure Identity
      • Azure Key Vault
      • EF Core Sqlite

To start a new project
dotnet new tamb -n <My Project Name> or
mkdir <Project Name>
cd <Project Name>
dotnet new tamb


Sample TAB stack dashboard

Sample Dashboard

Sample TAMB stack view

Sample View

Contribute

  • Leave stars! ✨
  • Fork 🍴
  • Have fun! 🎈

License

MIT

About

DevToys.io DotNet Utility Templates - It includes collections of [dotnet new] templates to start you off in a rapid/agile development journey with the latest dotnet stacks.

https://devtoys.io

License:MIT License


Languages

Language:HTML 68.8%Language:C# 14.2%Language:CSS 9.4%Language:PowerShell 3.8%Language:Shell 2.9%Language:JavaScript 0.9%