cookieninja-generator / cookieninja

A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects - a cookiecutter fork
BSD 3-Clause "New" or "Revised" License
68 stars 7 forks source link

Add support to recursively cloning Git submodules #51

Closed yuvaldolev closed 1 year ago

yuvaldolev commented 1 year ago

Addresses #48

This PR has been ported over from the Cookiecutter project. For more details see: https://github.com/cookiecutter/cookiecutter/pull/1469

Please note that the tests in the test_clone.py file where added by me, as coverage was missing.