render-engine/render-engine-cli
move generated contents to a path you can set
Offen
#23 geöffnet am 25.02.2024
enhancementgood first issue
Repository-Metriken
- Stars
- (4 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Cookiecutter by default puts all the contents in a site project folder. This is great for things like documentation but doesn't make sense when the webiste is the main focus of the project.
Suggestion
Set the project_path to be "__home". If the variable is not changed, then copytree the folder into the project root.