I wanted to express my gratitude for the incredible work you've done on this project.
As of now, the project efficiently supports copying only 'libs' folders, which adequately meets the needs of most users. However, I had a specific requirement to copy the '.vscode' folder as well. One approach could have been to fork your repository and add a script for copying the additional folders as per individual requirements. But, I felt that this solution might not be very scalable.
After careful consideration, I opted for using Mason, a solution that offers scalability and modularity. This choice provides a more scalable and modular way to handle diverse copying needs.
I'm sharing my experience and thoughts here to assist others who might face a similar decision-making process. Lastly, thank you once again for this amazing repository. I've learned a lot from studying your code.
Hello,
I wanted to express my gratitude for the incredible work you've done on this project.
As of now, the project efficiently supports copying only 'libs' folders, which adequately meets the needs of most users. However, I had a specific requirement to copy the '.vscode' folder as well. One approach could have been to fork your repository and add a script for copying the additional folders as per individual requirements. But, I felt that this solution might not be very scalable.
After careful consideration, I opted for using Mason, a solution that offers scalability and modularity. This choice provides a more scalable and modular way to handle diverse copying needs.
I'm sharing my experience and thoughts here to assist others who might face a similar decision-making process. Lastly, thank you once again for this amazing repository. I've learned a lot from studying your code.