https://github.com/juselara1/c-debian.template
Cookiecutter template for my personal debian-based development environment for C programming in docker.
https://github.com/juselara1/c-debian.template
Last synced: 4 months ago
JSON representation
Cookiecutter template for my personal debian-based development environment for C programming in docker.
- Host: GitHub
- URL: https://github.com/juselara1/c-debian.template
- Owner: juselara1
- Created: 2025-02-19T22:31:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T22:37:27.000Z (4 months ago)
- Last Synced: 2025-02-23T23:23:56.682Z (4 months ago)
- Language: Dockerfile
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Base Cookiecutter Template for Arch Linux
---This `cookiecutter` template creates an isolated and complete development environment for the C programming language in `docker` using `debian` as the base image, and shares the same host user and ssh keys.
Example usage:
```sh
cat > "/tmp/config.yml" <