gmatyszczak / screen-generator-plugin

Apache License 2.0
147 stars 28 forks source link

Feature Request: Share Templates #35

Closed MohamedMedhat-Robusta closed 3 weeks ago

MohamedMedhat-Robusta commented 4 weeks ago

In our company, we all follow the same MVI guidelines.

I have created a category like this

image

And I want to share it with other teammates. How can I do this?

And how can I import a template from someone else?

gmatyszczak commented 3 weeks ago

@MohamedMedhat-Robusta Thanks for trying out my plugin! All configuration is saved in .idea/screenGeneratorConfiguration.xml file in your project, so you can just make sure that it's not filtered out by .gitignore, and your teammates will be able to use it when pulling the code from repository. Plugin will pick up this configuration automatically.

MohamedMedhat-Robusta commented 3 weeks ago

@gmatyszczak Awesome! Didn't know about that.
That is exactly what I want. Thanks a lot.