Integrating Cookiecutter with yaml pipelines in Azure DevOps to automatically scaffold repos, provides a simple and repeatable workflow and further minimises manual effort. This will show how we can set up this automation in DevOPs via yaml pipelines.
Mar 2023
Ever wondered how you can scaffold repos in a yaml pipeline? This post will show how we could do this in Azure DevOps.
Feb 2023
Using cookiecutter to scaffold code repositories offers useful way kick start projects. To enhance the user experience even more, this post will look at using hooks to perform actions such as input validation and clean up activities.
Jan 2023
For code development projects, we often end up creating code repositories (repos) that have similar structures or components to what we have previously used.
Jan 2023