|
|
|
|
|
by rbanffy
248 days ago
|
|
This looks great - I have one concern with tools like this - what is the update flow when the template is updated? This is a thing I've been struggling with - what is the best way of delivering such templates. Is a template generator such as this? Would it be best to copy a baseline repo with all options set? Should we fork that base repo and rebase when the baseline updates? |
|
But Keel is based on copier which has a "pull" based approach. It means unlike cookiecutter where you generate project from template once, you can run `copier update` to update your project with the latest addition to the template. (It takes care of merging based on the initial config that you selected).
It's just running one command `copier update`. Docs here: https://django-keel.readthedocs.io/en/latest/?h=copier+updat...
You don't need to fork it unless you want to make some improvements or build upon the base template itself.