plugin-requests
plugin-requests copied to clipboard
Automatically generate iconfont from selected artboards
Currently, to generate iconfonts, I need to follow this process:
- Export all icons from the Sketch project as .svg
- Open the exported svgs in VS Code
- Remove all height / width specs from the SVG file
- Upload SVG to ICOMoon
- Export
- Upload to GitHub repo
This has problems as:
- It takes a lot of time
- It makes version control hard
Would be good if there was a plugin that:
- Generated an iconfont from selected design artboards in Sketch
- (optional): uploaded this iconfont to the relevant GitHub repo