Command to recreate the missing projects like Flutter #2464
paulocoutinhox
started this conversation in
General
Replies: 1 comment
-
Can someone help here? Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m currently facing an issue (and I believe others might too) where I have multiple Axmol projects to maintain. Every time I want to update or sync with the latest Axmol template changes, I need to manually update the proj.ios, proj.android, or other platform-specific folders across all projects:
https://github.com/paulocoutinhox?tab=repositories&q=axmol&type=&language=&sort=
Would it be possible to create a command that automatically regenerates the missing proj.xyz directories based on the latest templates?
This would significantly simplify the maintenance process. We could focus solely on keeping the Content and Source folders, while the platform-specific projects could be recreated as needed with the command.
For reference, Flutter has a similar behavior: when you run the flutter create command, it checks if the lib (source) folder and platform folders exist, and only creates the missing ones without overwriting existing content.
It would be great to have something similar in Axmol!
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions