Hi, Im looking a easier way to create a umbraco package, im also new to creating packages.
b
Hi, Im looking a easier way to create a umbraco package, im also new to creating packages , Thanks in Advance šŸ™‚
d
Hi there! Is there anything in particular that you're struggling with or are you looking for some general steps for creating packages?
b
i know how to create a property but i dont know how to create a package for you to use.
d
Alright, do you have experience with creating and publishing NuGet packages on NuGet.org? I'd say that's a good place to start: https://learn.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-the-dotnet-cli After that, I recommend reading about razor class libraries: https://learn.microsoft.com/en-us/aspnet/core/razor-pages/ui-class?view=aspnetcore-7.0&tabs=visual-studio Finally, have a look at Kevin Jump's blog series about packing your Umbraco package as razor class library: https://dev.to/kevinjump/umbraco-10-razor-class-library-packages-pt1-3nfa
r
I’d also look at @Lotte package about opinionatedm packages as a decent starting point for umbraco specifically https://github.com/LottePitcher/opinionated-package-starter