Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI command line #62

Open
bevrard opened this issue Jun 29, 2022 · 2 comments
Open

CLI command line #62

bevrard opened this issue Jun 29, 2022 · 2 comments

Comments

@bevrard
Copy link

bevrard commented Jun 29, 2022

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.

@bernaferrari
Copy link
Owner

bernaferrari commented Jun 29, 2022

Maybe.. lol

It doesn't seem trivial, however. Can you explain more how your CI/CD process works? I'm curious. Maybe we can think of something better together.

@bevrard
Copy link
Author

bevrard commented Jun 29, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants