Automating repo scaffolding with Azure DevOps

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

Using cookiecutter hooks to enhance code scaffolding

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

Scaffolding repos with cookiecutter

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