render-engine/render-engine-cli

move generated contents to a path you can set

Aberta

#23 aberto em 25 de fev. de 2024

 (3 comentários) (1 reação) (0 responsável)Python (4 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (4 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador