Skip to content

3Nethia/UnoApplicationTemplate

 
 

Uno Platform Application Template

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

Getting Started

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

Installing and uninstalling the template

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

    dotnet new -i ./

  2. If you want to uninstall the template, run the following command.

    dotnet new -u

    This will list you the list of installed templates, look for this template and copy the command with the absolute path like this. (Note the quotes added, otherwise it doesn't work)

    dotnet new -u "C:\P\ApplicationTemplate"

Running the template to generate a new project

  1. To run the template and create a new project, run the following command.

    dotnet new nv-mobile -n MyProjectName

    The following options are available when running the command.

    • To get help: dotnet new nv-mobile -h
    • To add Firebase Analytics: dotnet new nv-mobile -n MyProjectName --include-firebase-analytics (or -fa)

Read this for more information on custom templates.

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.

About

dotnet new application template for Uno platform apps.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 98.6%
  • PowerShell 1.3%
  • JavaScript 0.1%