lightway82 / mobile-template

Xamarin.Forms solution template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binwell Template Solution for Xamarin.Forms

Here is a template solution for Xamarin.Forms.

Instructions for new projects (PowerShell should be installed) init on Windows:

  1. Just clone this repository (or download sources)
  2. Copy source code (without hidden .git folder) to new empty repository
  3. Launch Command line and go to new repository folder
  4. Launch in command line "powershell -executionpolicy bypass -File .\rename.ps1 -NewName NEW_PROJECT_NAME" (without quotations)
  5. Remove rename.ps1 from new folder

About

Xamarin.Forms solution template

License:MIT License


Languages

Language:C# 98.9%Language:PowerShell 1.1%