https://github.com/balder-dev/template-balderhub
Template for creating a new BalderHub project
https://github.com/balder-dev/template-balderhub
balder balderhub cookiecutter-template
Last synced: 4 months ago
JSON representation
Template for creating a new BalderHub project
- Host: GitHub
- URL: https://github.com/balder-dev/template-balderhub
- Owner: balder-dev
- License: mit
- Created: 2025-10-22T11:54:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-02-12T13:34:27.000Z (4 months ago)
- Last Synced: 2026-02-12T22:22:12.827Z (4 months ago)
- Topics: balder, balderhub, cookiecutter-template
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BalderHub Package Template
This is a template project for creating your own BalderHub project. It can be used with Cookiecutter to prefill your
specific values, such as name, description, and so on.
## Install Cookiecutter
You can install [cookiecutter](https://github.com/cookiecutter/cookiecutter) by using pip:
```shell
$ pip install cookiecutter
```
## Create a new project from this repository
Create a new project out of this template by using git checkout with ssh:
```shell
$ python -m cookiecutter git@github.com:balder-dev/template-balderhub.git
```
Or use HTTPS:
```shell
$ python -m cookiecutter https://github.com/balder-dev/template-balderhub.git
```
# License
This Project is free and Open-Source
Copyright (c) 2025 Max Stahlschmidt and others
Distributed under the terms of the MIT license