Specify github subfolder to run copy #1861
Replies: 1 comment 2 replies
-
This is answered in the docs: https://copier.readthedocs.io/en/latest/configuring/#subdirectory
Looks like a duplicate of #315 #1078 #1279 #1571. See especially #315 (comment) and #1571 (comment). I'm closing this discussion, but feel free to continue commenting. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically I have multiple templates within the same github repo and Im trying to specify from which subfolder copier should run the copy command. Not sure if I missed something or if it's really not a default option.
If it's not possible, I believe it would be a nice feature to add since more people might want to use the same repo to hold multiple templates.
My structure is like this and I'd want to run
copier copy git@my-repo ./my-target -folder templates/template_1
Appreciate any help/clarification with this
Beta Was this translation helpful? Give feedback.
All reactions