You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a components'library (in Angular) that is documented with Storybook.
Our components are then uploaded to figma with a manual action.
We would like to plan every morning to retrieve the changes from the designer in figma.
Currently in our company the CI/CD is managed via Jenkins.
To do that, we could like to add a script (a CLI similar to figma export), that could get an html/CSS in the same quality that your plugin could provide 🙂.
As we have a figma file per component, we would be able to retrieve the html and mainly the CSS that would be aligned with our Angular components.
In that situation, the change from the designer would be "automatically" applied to the application.
Your plugin is impressive ! Thank you.
Could you guide us how we could make it work as a CLI command line similar to this tool ?
https://github.com/marcomontalbano/figma-export
We would like to integrate the retrieve of the CSS in our CI CD process.
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: