ExFig Action
Version updated for https://github.com/alexey1312/exfig-action to version v1.1.1.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The ExFig Action is a GitHub Action designed to automate the export of design assets such as colors, icons, images, and typography from Figma to a codebase using the ExFig CLI. It streamlines the integration of design elements into development workflows by providing caching for incremental exports, minimizing redundant processing, and supporting advanced filtering and notification capabilities. This action addresses the challenge of efficiently synchronizing design updates with development environments while reducing manual effort.
Release notes
[1.1.1] - 2026-01-27
Bug Fixes
- Include dist/ in repository for GitHub Actions by @alexey1312