RedMadRobot / figma-export

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

Use wildcard on export #34

Closed osipxd closed 3 years ago

osipxd commented 3 years ago

It would be great to be able to export icons or illustrations matching wildcard:

figma-export images "200x200/*" # Export all illustrations 200x200
figma-export icons "32/navigation/*" # Export all navigation icons
subdan commented 3 years ago

FigmaExport already supports it. https://github.com/RedMadRobot/figma-export#arguments Did you check it?

osipxd commented 3 years ago

Hm, I'll check it again, thanks

osipxd commented 3 years ago

Fine, it works!