You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that, by design, you prefer to have simple and lightweight templates. That's the reason why you "inherit" caz dependencies in the templates.
However, sometimes it may be desirable to allow the template to have its own dependencies.
I had the case where I just needed one additional library.
And I could not with the current implementation ;(
So, I forked your project to add the possiblity to optionally install template dependencies.
This is done by passing an additional flag in the command-line.
If you don't pass it, it keeps the current behaviour.
Would you be interested in merging this feature into the codebase ?
I think this would be better than having separate "forks" with different features.
If so, let me know, and I will submit a PR.
In the meantime, you can test this feature with the fork.
I already have one template using this feature:
Hello,
I know that, by design, you prefer to have simple and lightweight templates. That's the reason why you "inherit" caz dependencies in the templates.
However, sometimes it may be desirable to allow the template to have its own dependencies.
I had the case where I just needed one additional library.
And I could not with the current implementation ;(
So, I forked your project to add the possiblity to optionally install template dependencies.
This is done by passing an additional flag in the command-line.
If you don't pass it, it keeps the current behaviour.
Would you be interested in merging this feature into the codebase ?
I think this would be better than having separate "forks" with different features.
If so, let me know, and I will submit a PR.
In the meantime, you can test this feature with the fork.
I already have one template using this feature:
Thanks !
The text was updated successfully, but these errors were encountered: