Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Cookiecutter for R2DevOps Catalog

Latest Release Pipeline Markdown: pymarkdown Mattermost-CookieR2Catalog

Managing the initial setup and boilerplate code for a R2Devops template can be a repetitive and time-consuming task. To streamline this process, we've created a Cookiecutter R2DevOps Catalog template that automates the creation of such templates. This template is designed to save you time and effort, allowing you to focus on building the core functionality of your R2Devops pipelines.

Features

  • Automatically generates a R2DevOps Catalog for multiple templates
  • Automated test for all your templates using a R2DevOps CI/CD pipeline based on pytest
  • Badges for your README.md

Getting Started

To get started with our Cookiecutter template, follow these simple steps:

1. Install Cookiecutter

Before you can use our template, ensure you have Cookiecutter installed. You can install it using the following command:

pip install cookiecutter

2. Use the Cookiecutter Template

Navigate to the directory where you intend to create your new project and run the following command:

cookiecutter https://lab.frogg.it/dorianturba/cookiecutter_r2devops_catalog.git

This command will guide you through a series of prompts to gather information about your project and set up the necessary files and structure.