NV.Templates.Mobile 0.75.1

There is a newer version of this package available.
See the version list below for details.
dotnet new install NV.Templates.Mobile::0.75.1
This package contains a .NET Template Package you can call from the shell/command line.

Uno Platform Application Template

This is a mobile app project template using Uno Platform and the latest .NET practices.

Requirements

This template largely relies on Uno Platform, if you want to make sure you got everything installed correctly on your machine, we encourage you to use uno-check, the documentation is available here

In addition to that, Visual Studio 2022 with .Net 7 are required.

Getting Started

We use dotnet project templates to easily create new projects. It simplifies the project renaming and supports conditional inclusions.

Installing the template

  1. In order to install the template, clone this repository on your machine, open a command prompt at its root and run the following command.

    • dotnet new install ./

    This will display a list of installed templates, look for this template and copy the command with the absolute path like this.

    • dotnet new list

Read this for more information on custom templates.

Running the template to generate a new project

  1. To run the template and create a new project, run the following command in the root folder that will contain the new project.

    dotnet new nv-mobile -n MyProjectName

    The following options are available when running the command.

    • To get help: dotnet new nv-mobile -h

    ⚠️ The use of periods (.) in the project name is not supported and may result in building issues.

Next Steps

  1. Open the solution file from the generated folder using Visual Studio.

    It's located at MyProjectName/src/MyProjectName.sln.

  2. In Visual Studio, go to the VIEW menu and open the Task List to get hints on next steps.

    This template comes with several pointers on what you're most likely to change next.

    alternate text is missing from this package README image

Uninstalling the template

  1. If you want to uninstall the template, open a command prompt at its root and run the following command.

    • dotnet new uninstall ./

Documentation

This repository provides documentation on different topics under the doc folder.

Changelog

Please consult the CHANGELOG for more information about the version history.

License

This project is licensed under the Apache 2.0 license. See the LICENSE for details.

Contributing

Please read CONTRIBUTING for details on the process for contributing to this project.

Be mindful of our Code of Conduct.

This package has 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
3.5.1 111 5/30/2024
3.5.0 414 5/16/2024
3.4.4 113 5/15/2024
3.4.3 123 5/13/2024
3.4.2 70 5/1/2024
3.4.1 97 4/25/2024
3.4.0 88 4/23/2024
3.3.0 92 4/18/2024
3.2.1 622 3/1/2024
3.2.0 646 2/9/2024
3.1.2 228 2/6/2024
3.1.1 500 1/23/2024
3.1.0 471 1/9/2024
3.0.1 152 1/12/2024
2.2.3 659 12/20/2023
2.2.2 318 12/12/2023
2.2.1 226 12/8/2023
2.2.0 199 12/5/2023
2.1.5 604 11/17/2023
2.1.4 126 11/16/2023
2.1.3 549 10/31/2023
2.1.2 181 10/30/2023
2.1.1 175 10/30/2023
2.1.0 887 10/3/2023
2.0.1 316 9/28/2023
2.0.0 221 9/28/2023
1.1.1 205 9/25/2023
1.1.0 160 9/19/2023
1.0.0 109 9/18/2023
0.76.8 186 9/11/2023
0.76.7 128 9/11/2023
0.76.6 154 9/11/2023
0.76.5 158 9/7/2023
0.76.4 151 9/6/2023
0.76.3 167 9/1/2023
0.76.2 220 8/28/2023
0.76.0 208 8/25/2023
0.75.2 197 8/24/2023
0.75.1 247 8/22/2023