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 R2devops Template

Latest Release Pipeline Markdown: pymarkdown Mattermost-CookieR2Template

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 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 all required R2DevOps files for a CI/CD template

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 the required dependencies installed. You can install it using the following command:

pip install -r requirements/requirements.txt

2. Use the Cookiecutter Template

Navigate to the directory where you intend to store your new template and run the following command:

cookiecutter https://lab.frogg.it/dorianturba/cookiecutter-r2devops-template.git

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