cl-cookieproject
cl-cookieproject copied to clipboard
Initialize a git repository
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.
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.