
Battle scarred developer's guide to Umbraco v17 - Getting Started
umbraco-extensions If you are starting out on a new umbraco extension or package you will probably want to start with the umbraco-extension template that comes as part of the Umbraco templates. So if you haven't already you will want the Umbraco templates dotnet new install Umbraco.Templates@17.* and once you have these templates installed you 'could' just run the umbraco extension. dotnet new umbraco-extension -n MySuperNewUmbracoPackage and this will crate you a new package to pay about with, but at this point you won't have an Umbraco site just an extension, so you will probably want to think about that. Opinionated starter kit template. if you actually want to have a site and a bit more structure around your development then you might want to consider @lottepitcher 's Opinionated starter kit template , this adds stuff around the edges of the standard umbraco-extension, such as a test site, GitHub scripts and umbraco-marketplace files which will help when you come to release your su
Continue reading on Dev.to
Opens in a new tab



