Conversation
|
I think the better solution here is to document the need of The same pattern of using |
|
@ericof I disagree. Requiring another program to be installed adds burden on the developer using the template. And it's obviously very easy to do this with Node instead of jq. |
|
To be honest, adding a dependency on jq here was a breaking change that we did not notice. If we keep it, the docs about prerequisites need to be updated. (e.g. https://6.docs.plone.org/install/create-project-cookieplone.html#prerequisites-for-installation). I will not do that myself, since it would require researching the best way to install it on each OS. I thought what I proposed in this PR is simpler. |
|
This PR run the same code multiple times. Can this be compacted in a single place? Than it will be easier to find better solutions (from By myself, I would use uv: Fun note: |
Avoids undocumented dependency on jq
Fixes #382