cl-cookieproject icon indicating copy to clipboard operation
cl-cookieproject copied to clipboard

Initialize a git repository

Open vindarel opened this issue 3 years ago • 2 comments

vindarel avatar May 20 '22 10:05 vindarel

Hi, I was just wondering, is this git initialization the only part of the project that uses Python? I couldn't find any py4cl(2) with a quick glance around, but I wanted to double check.

jason-chandler avatar Jun 04 '22 21:06 jason-chandler

so there's the git init in hooks/post_gen_project.py (it doesn't seem to be working for me)

it is the only place where Python is written in this project. Not forgetting the fact that we must use cookiecutter, a Python library, to create a project from this template. That's the main use of Python.

vindarel avatar Jun 06 '22 15:06 vindarel