-
Notifications
You must be signed in to change notification settings - Fork 585
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
Generate sketch file from Storybook #60
Comments
I've spent a little bit of time looking into this. It's definitely possible, but I will say there's gonna be some hurdles. Specifically:
When getting my hands dirty making a Sketch component library, I learned about best practices for Sketch symbols and creating nested symbols. I'm wondering how we could auto-gen a Sketch symbol idiomatically. Consider a Maybe the pros from auto-generating outweigh this con. It's also possible we could add attributes into the CSF to pass metadata to Sketch somehow. |
To share the generated sketch lib, would it be possible to push that to sketch cloud ? |
@jsomsanith That would be nice. Doing some quick searching, I don't see anything about a Cloud Rest API. Some other things I've looked into:
|
@jsomsanith maybe having the ability to update existing files is enough. That way, someone in your team can have the local files updated and then sync them manually with Sketch cloud. From what I remember, Sketch Cloud already works like that. Sketch constructor seems to have the ability to manipulate an existing Sketch file, so it seems doable. |
Yeah, the ideal target would have been to automate that. But it doesn’t seem possible. |
Looking for contributors to help us explore this uncharted territory.
Goal
Generate Sketch (or other design files) from the production components and stories. This helps designers stay in sync with the bonafide UI instead of toying with UI facsimile.
TODOs
The text was updated successfully, but these errors were encountered: