ExFig Action
Version updated for https://github.com/alexey1312/exfig-action to version v1.0.4.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The ExFig GitHub Action automates the process of exporting design assets such as colors, icons, images, and typography from Figma directly into your codebase using the ExFig CLI. It simplifies asset management by integrating Figma exports into your CI/CD workflows, providing built-in caching for incremental updates and ensuring efficient synchronization of design elements. Key capabilities include customizable export commands, filtering asset types, and support for caching and rate-limiting to optimize performance.
Release notes
[1.0.4] - 2025-12-24
Bug Fixes
- action: Use -i flag instead of –config for batch command by @alexey1312