RedMadRobot / figma-export

Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project
MIT License
718 stars 114 forks source link

Add xmlOutputFileName for androidConfig.colors #213

Closed tujh2 closed 11 months ago

tujh2 commented 11 months ago

It is difficult to integrate figma-export into already written project. It usually has own colors.xml file with project-specific color-resources. And figma-export ouput is hardcorded into colors.xml, so it will conflict with already written file colors.xml. This PR adds optional field to setup output file name (only for colors and only for XML)

Also, devs will ruin autogenerated file cause they already habits to edit colors.xml (I guess autogenerated file should have name like "colors_autogenerated.xml")

subdan commented 11 months ago

Thanks, Egor!