render-engine/render-engine-cli

move generated contents to a path you can set

Aperta

#23 aperta il 25 feb 2024

 (3 commenti) (1 reazione) (0 assegnatari)Python (4 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (4 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor