Skip to content

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.

License

Notifications You must be signed in to change notification settings

judescripts/devtoys-utility-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published