RedMadRobot / figma-export

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

Add support for exporting selected resources #15

Closed subdan closed 4 years ago

subdan commented 4 years ago

Added ability to export only specified icons/images.

For example ./figma-export icons "ic/24/edit" — Exports only one icon. ./figma-export icons "ic/24/edit, ic/16/notification" — Exports two icons ./figma-export icons "img/demo/*" — Exports all images which names starts with img/demo/

Closes #14