https://github.com/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.
https://github.com/judescripts/devtoys-utility-templates
blazor devtoys dotnet maui-blazor
Last synced: 8 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/judescripts/devtoys-utility-templates
- Owner: judescripts
- License: mit
- Created: 2024-01-18T22:06:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T17:34:38.000Z (about 2 years ago)
- Last Synced: 2025-06-04T19:09:02.411Z (12 months ago)
- Topics: blazor, devtoys, dotnet, maui-blazor
- Language: HTML
- Homepage: https://devtoys.io
- Size: 645 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevToys.io DotNet Utilty Templates
```dotnet new``` templates for rapid development of various stacks
**==Prerequisites==**
**Must have dotnet sdk installed** -> [dotnet-sdk](https://dotnet.microsoft.com/en-us/download)
**Must have Node installed** -> [node](https://nodejs.org/en)
👀 **Checkout the tutorial**
[](https://www.youtube.com/watch?v=mDnbV9ruiyY&ab_channel=DevToys)
## 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 ```
or
``` mkdir ```
``` cd ```
``` 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 ```
or
``` mkdir ```
``` cd ```
``` dotnet new tamb ```
---
## Sample TAB stack dashboard

## Sample TAMB stack view

## Contribute
- Leave stars! ✨
- Fork 🍴
- Have fun! 🎈
## License
MIT