VijayAnand.MauiTemplates 1.0.4

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet new install VijayAnand.MauiTemplates::1.0.4
This package contains a .NET Template Package you can call from the shell/command line.

Project and Item Templates for developing .NET MAUI App that runs on iOS, Android, macOS, and Windows

Project template for .NET MAUI Class Library and is named as mauiclasslib

Item templates for ContentPage, ContentView, and ShellPage in XAML and named as maui-page, maui-view, and maui-shell respectively.

All of these templates currently target .NET MAUI Preview 10.

To install the template NuGet package, use the below .NET CLI command:

dotnet new --install VijayAnand.MauiTemplates

If you've already installed this package, then it can be updated to the latest version with the below command:

dotnet new --update-check
dotnet new --update-apply

Use the below .NET CLI command to create the project, pages, and views out these templates:

dotnet new mauiclasslib -n MyApp.Core
dotnet new maui-page -n LoginPage -na MyApp.Views
dotnet new maui-view -n CardView -na MyApp.Views
dotnet new maui-shell -n AppShell -na MyApp

Here -n denotes the name of the project/page/view that is to be created (for pages/views, don't need to suffix it with .xaml, it will be added automatically) (Can also be specified as --name).

Note: If name parameter is not provided, the .NET CLI template engine will take the current folder name in the context as its name.

And -na denotes the namespace under which the file is to be created (Can also be specified as --namespace).

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.2.1 71 4/17/2024
5.2.0 54 4/10/2024
5.1.0 372 3/12/2024
5.0.1 704 2/18/2024
5.0.0 162 2/14/2024
4.9.0 192 2/8/2024
4.8.1 582 1/18/2024
4.8.0 127 1/15/2024
4.7.0 345 1/4/2024
4.6.0 1,035 11/30/2023
4.5.0 211 11/24/2023
4.4.0 332 11/14/2023
4.4.0-preview.5 149 11/10/2023
4.4.0-preview.4 78 11/9/2023
4.4.0-preview.3 282 10/30/2023
4.4.0-preview.2 354 10/18/2023
4.4.0-preview.1 78 10/18/2023
4.3.0 261 10/13/2023
4.2.2 225 10/7/2023
4.2.1 156 10/4/2023
4.2.0 94 10/4/2023
4.1.1 114 9/26/2023
4.1.0 149 9/13/2023
4.0.1 148 8/27/2023
4.0.0 118 8/17/2023
3.6.0 123 8/10/2023
3.5.0 155 7/14/2023
3.4.1 167 6/14/2023
3.4.0 99 6/13/2023
3.3.2 147 5/18/2023
3.3.1 98 5/17/2023
3.3.0 102 5/16/2023
3.2.4 170 4/20/2023
3.2.3 120 4/17/2023
3.2.2 109 4/14/2023
3.2.1 109 4/11/2023
3.2.0 111 4/5/2023
3.2.0-preview.6 97 4/3/2023
3.2.0-preview.5 96 4/2/2023
3.2.0-preview.4 93 3/30/2023
3.2.0-preview.3 101 3/27/2023
3.2.0-preview.2 99 3/25/2023
3.2.0-preview.1 95 3/24/2023
3.1.0 156 3/23/2023
3.1.0-preview.9 93 3/20/2023
3.1.0-preview.8 98 3/18/2023
3.1.0-preview.7 99 3/15/2023
3.1.0-preview.6 94 3/14/2023
3.1.0-preview.5 96 3/11/2023
3.1.0-preview.4 92 3/9/2023
3.1.0-preview.3 99 3/7/2023
3.1.0-preview.2 96 3/4/2023
3.1.0-preview.1 97 3/3/2023
3.0.2 177 3/6/2023
3.0.1 120 3/3/2023
3.0.0 143 2/22/2023
2.4.1 126 2/17/2023
2.4.0 138 2/6/2023
2.3.1 161 1/27/2023
2.3.0 130 1/25/2023
2.2.0 165 12/19/2022
2.1.3 1,007 11/23/2022
2.1.2 332 11/18/2022
2.1.1 317 11/10/2022
2.1.0 306 11/8/2022
2.0.3 362 10/26/2022
2.0.2 363 10/25/2022
2.0.1 406 10/21/2022
2.0.0 433 10/4/2022
1.7.3 552 8/5/2022
1.7.2 582 6/17/2022
1.7.1 448 6/7/2022
1.7.0 495 5/24/2022
1.6.0 432 5/23/2022
1.5.0 486 5/12/2022
1.4.1 529 4/28/2022
1.4.0 416 4/27/2022
1.3.1 478 4/19/2022
1.3.0 473 4/14/2022
1.2.0 494 3/29/2022
1.1.3 555 2/19/2022
1.1.2 425 2/18/2022
1.1.1 448 2/16/2022
1.1.0 403 2/16/2022
1.0.8 429 2/14/2022
1.0.7 420 2/14/2022
1.0.6 452 2/1/2022
1.0.5 416 1/31/2022
1.0.4 369 11/9/2021
1.0.3 375 10/15/2021
1.0.2 982 8/16/2021
1.0.1 409 8/13/2021
1.0.0 342 8/12/2021

What's new in ver. 1.0.4:

Templates have been updated for .NET MAUI Preview 10.