Ken Muse
Distributing Templates with GitHub

Distributing Templates with GitHub

Having templates for your company or your personal projects can improve your development life and enable collaboration. In order to take full advantage of this, we need to make the packages we’ve created available to the rest of our team. To do this, we need a package management solution, such as GitHub Packages.

Read more

Custom .NET Item Templates

Custom .NET Item Templates

Part of DevOps is supporting the people and processes with the right tools. There is one tool that is particularly powerful for organizations — reusable templates that make it easy to share best practices for new files and projects. In today’s post, we’ll explore creating a template that uses dotnet new to package and distribute a file.

Read more