This simple project is a starter template to create packages for Umbraco (currently setup for 8.6.1).
admin email [email protected]
admin pass passwordpassword
This project contains the Umbraco instance that is used to test the package. There is a post-build event that copies the content of the UmbracoPackageTemplate.Package project into this project. It references the package project should any code elements of the package be needed.
This contains the actual code for the package. Having it here allows for easier packaging up to ship out the package.
Credit to @prjseal for tutorials on how to get started.