An open API service indexing awesome lists of open source software.

https://github.com/bakdata/bakdata-project-templates

Project templates for bakdata OSS projects
https://github.com/bakdata/bakdata-project-templates

Last synced: 9 months ago
JSON representation

Project templates for bakdata OSS projects

Awesome Lists containing this project

README

          

# 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.

- [Java projects with Gradle](https://github.com/bakdata/bakdata-project-templates/tree/master/java-gradle)
- [Python projects with Poetry](https://github.com/bakdata/bakdata-project-templates/tree/master/python-poetry)

## 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:

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