Sigurd Spieckermann

Results 259 comments of Sigurd Spieckermann

Thanks for sticking with me and challenging me! :pray: I really appreciate your time invest into this discussion! :pray: In your shell session example, you have only one meta-template (`copierception`)...

Sure, I'll prepare something next week. :slightly_smiling_face:

I've created an [example with two meta-templates](https://gitlab.com/copier-meta-templates-example) based on the [example above](https://github.com/copier-org/copier/issues/934#issuecomment-1406398277): 1. [`copier-python-meta`](https://gitlab.com/copier-meta-templates-example/copier-python-meta) is a simplified Python base meta-template. You can generate a regular template and a project from...

@Kludex Do you mean a more native/direct way without the meta-template "detour"?

> I didn't get your question, but what I want is to be able to create the full structure, and then "components" on subdirectories. Those components can be different copier...

@yajo I'm not trying to build a meta-template with 3 levels but rather two meta-templates that each generate a regular template but one meta-template extends the other. This is important...

@yajo and I had a video chat today, and after a while he suggested to simply fork a parent template and update the child template from the parent template using...

Copier doesn't have this feature yet, but I like it. 👍 from my side.

`copier -f update` might fail after #958 when questions change because there will be no implicit default value anymore. IMO, a native check for new template versions would be nice....

@retr0h I do like Poetry for Python projects, but I don't think it's useful or even beneficial in this case. The projects I referenced build packages that essentially download the...