This is a multi-platform app project template using Uno Platform and the latest .NET practices.
Перейти к файлу
David cea931728c feat(commerce): Use uno.reactive in commerce demo app 2021-11-12 17:33:25 -05:00
.github Initial commit 2021-05-05 16:06:13 -04:00
build Look for release version of VS 2021-11-12 13:00:36 +11:00
doc Updating docs 2021-11-10 13:10:39 +11:00
samples/Commerce feat(commerce): Use uno.reactive in commerce demo app 2021-11-12 17:33:25 -05:00
src fix(reactive): Miscs fixes for commerce sample app 2021-11-12 17:30:33 -05:00
.editorconfig feat(commerce): Use uno.reactive in commerce demo app 2021-11-12 17:33:25 -05: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.config chore: Import config of uno's repository 2021-11-11 23:17:29 -05:00
nuget_add_to_unofeed.bat adding uno-check 2021-11-12 08:55:53 +11:00
stylecop.json chore: Import config of uno's repository 2021-11-11 23:17:29 -05: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.