figma-backup
FigmaBackup is a Node.js CLI to backup Figma files and store them as local .fig
files.
Installation
1- Make sure you have Node.js installed on your machine.
2- Run the following command on your terminal:
npm install -g figma-backup
or install it via Yarn:
yarn global add figma-backup
This will install the node package in your global node_modules
directory (You can find it via npm list -g | head -1
).
The backup files will be found in figma-backup-root
directory relative to the working directory which you ran the figma-backup
command.
Usage
To use the interactive command-line interface, run:
figma-backup-interactive
To use the legacy version, run:
figma-backup -e "<YOUR_EMAIL>" -p "<YOUR_PASSWORD>" -t "<YOUR_ACCESS_TOKEN>" --projects-ids "ID1" "ID2" ... "IDx"
For more information about the legacy cli options type:
figma-backup --help