figma-backup
figma-backup copied to clipboard
FigmaBackup is a Node.js CLI to backup Figma files and store them as local .fig files.
Hello, Thank you for developing this amazing package. I was wondering if it would be possible to add a feature that allows users to specify a download path for each...
An example: ```bash figma-backup -e "[email protected]" -p "secretpassword" -t "secrettoken" --teams-ids "ID1" "ID2" ```
Figma's API can show if a file was modified or not https://www.figma.com/developers/api#get-files-endpoint , based on that it would be very convenient if the script could download a file only if...