Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 788 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 788 Bytes

Templates for bakdata Projects

This repository contains templates for open source projects at bakdata. This includes baseline configs for language tools, default project dependencies, and example CI setups.

How to Use It

This repository contains a script that will fetch all templates and guide you through the process of setting up your new project.

The easiest way to do this is with the following command in the directory of your project:

bash -c "$(curl -sL https://raw.githubusercontent.com/bakdata/bakdata-project-templates/master/init.sh)"