RedMadRobot / figma-export

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

Add command to generate default config #31

Closed osipxd closed 3 years ago

osipxd commented 3 years ago

It would be great to be able to generate default config without copying it from GitHub docs. Something like figma-export --generate-config.

subdan commented 3 years ago

Good idea! It will be something like this:

> figma-export init
Choose platform: ios or android
> android
Specify path to the `main/res` folder including it
> "./main/res"
.figma-export.yaml file generated.