An open API service indexing awesome lists of open source software.

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.

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**

[![DevToys YT](https://img.youtube.com/vi/mDnbV9ruiyY/0.jpg)](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 Dashboard](/working/content/tab/sample_dashboard.png "Sample Dashboard")

## Sample TAMB stack view

![Sample View](/working/content/tamb/sample_view.png "Sample View")

## Contribute

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

## License

MIT