Project Templates Repository #3284
Replies: 2 comments 2 replies
-
We will likely just post a zip of all the templates with every release. It doesn't need to be in a separate repo. It would just be built with every release. I can generate them when I build vscode |
Beta Was this translation helpful? Give feedback.
0 replies
-
The idea was that teams can clone/fork the repository to create robot projects. And a zip doesn't fix the template duplication. |
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
-
@ThadHouse told me a while ago that there are many ways to create projects and that it's a nuisance to keep all of them updated. Some of the list:
None of these are convenient for teams using Git and alternative IDEs.
My suggestion is to create a separate repository that contains all the templates (I agree that a separate repository for each template is a bit much) and then any tools that need the templates pull from it.
My current idea for implementation is using a git submodule, but that can be discussed.
Beta Was this translation helpful? Give feedback.
All reactions