This is a multi-platform app project template using Uno Platform and the latest .NET practices.
Перейти к файлу
David 6285ea5683 chore: Move project to the root 'src' folder and re-organize them in SLN 2021-11-11 22:14:52 -05:00
.github Initial commit 2021-05-05 16:06:13 -04:00
build ci: Adjust binlog path 2021-11-09 13:16:33 -05:00
doc Updating docs 2021-11-10 13:10:39 +11:00
samples/Commerce Getting android and ios projects to run 2021-11-11 19:06:47 +11:00
src chore: Move project to the root 'src' folder and re-organize them in SLN 2021-11-11 22:14:52 -05:00
.editorconfig Trying to reduce warning messages 2021-11-10 13:10:32 +11:00
.gitignore Adding script to populate local nuget feed 2021-11-10 13:10:34 +11:00
.mergify.yml Initial commit 2021-05-05 16:06:13 -04:00
CHANGELOG.md feat: Initial Commit 2021-11-10 13:10:30 +11:00
CODE_OF_CONDUCT.md Initial commit 2021-05-05 16:06:13 -04:00
Directory.Build.props fixing cls compliance 2021-11-10 13:10:32 +11:00
LICENSE.md Initial commit 2021-05-05 16:06:13 -04:00
README.md feat: Initial Commit 2021-11-10 13:10:30 +11:00
SECURITY.md Initial commit 2021-05-05 16:06:13 -04:00
nuget_add_to_unofeed.bat Switching to using command instead of click event 2021-11-10 13:10:40 +11:00
stylecop.json feat: adding unoapplicationtemplate 2021-11-10 13:10:30 +11:00

README.md

Uno Application Platform Template

This is a multi-platform app project template using Uno 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\ApplicationPlatformTemplate"

Running the template to generate a new project

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

    dotnet new uno-platform -n MyProjectName

    The following options are available when running the command.

    • To get help: dotnet new uno-platform -h
    • ... TBD ... additional options may be added as the template progresses

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.