Here is a template solution for Xamarin.Forms.
Instructions for new projects (PowerShell should be installed) init on Windows:
- Just clone this repository (or download sources)
- Copy source code (without hidden .git folder) to new empty repository
- Launch Command line and go to new repository folder
- Launch in command line "powershell -executionpolicy bypass -File .\rename.ps1 -NewName NEW_PROJECT_NAME" (without quotations)
- Remove rename.ps1 from new folder