render-engine/render-engine-cli

move generated contents to a path you can set

Open

#23 opened on Feb 25, 2024

View on GitHub
 (3 comments) (1 reaction) (0 assignees)Python (4 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (4 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide