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
- Host: GitHub
- URL: https://github.com/bakdata/bakdata-project-templates
- Owner: bakdata
- Created: 2019-01-11T14:03:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T16:33:08.000Z (about 1 year ago)
- Last Synced: 2025-04-10T23:48:17.031Z (12 months ago)
- Language: Shell
- Size: 85.9 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)"
```