Making a script that export and import multiple modules

0
Hello Mendix community,  I am in a situation where I have multiple Mendix application in development.  They both share certain modules because of their shared functionalities.  For now, I need to export the module M from application A, and then import the module M to application B, and import to application C, and so on....   I would like to know if there is a way of automating that process of updating shared modules across multiple Mendix application using the Mendix SDK.  Thanks! 
asked
1 answers
1

Best way for now is to publish you modules in your private appstore and import them from there quickly.

And you can submit your idea in the IDEA forum: https://forum.mendix.com/link/ideas

cheers! 🖐

answered