{"id":25637451,"url":"https://github.com/coderwelsch/icon-font-exporter","last_synced_at":"2026-06-20T17:31:08.311Z","repository":{"id":42825481,"uuid":"266727418","full_name":"Coderwelsch/icon-font-exporter","owner":"Coderwelsch","description":"💎 Sketch Plugin. Export own icon fonts easily to icon fonts for the web. Supports config files.","archived":false,"fork":false,"pushed_at":"2023-01-11T17:00:05.000Z","size":835,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T01:36:09.612Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Coderwelsch.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-25T08:38:17.000Z","updated_at":"2022-07-21T06:37:41.000Z","dependencies_parsed_at":"2023-02-09T03:45:16.859Z","dependency_job_id":null,"html_url":"https://github.com/Coderwelsch/icon-font-exporter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Coderwelsch/icon-font-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coderwelsch%2Ficon-font-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coderwelsch%2Ficon-font-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coderwelsch%2Ficon-font-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coderwelsch%2Ficon-font-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Coderwelsch","download_url":"https://codeload.github.com/Coderwelsch/icon-font-exporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coderwelsch%2Ficon-font-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34580039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-23T01:27:26.224Z","updated_at":"2026-06-20T17:31:08.284Z","avatar_url":"https://github.com/Coderwelsch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Teaser Image](./readme/teaser.png)\n\n# Icon Font Exporter\n\nPlugin that lets you export your designed icons to a web icon font. \nPsst… It’s developer friendly! You can define `.sketchconfig.json` files for each Sketch project 😉 …  \n\n## Installation\n\n- [Download](../../releases/latest/download/icon-font-exporter.sketchplugin.zip) the latest release of the plugin\n- Un-zip\n- Double-click on icon-font-exporter.sketchplugin\n\n## Using `.sketchconfig.json` Configuration\n\nYou can create a `.sketchconfig.json` file in the same directory as your sketch mockup, if you want to store and adjust the behaviour of the plugin. Currently it is limited to some basic options.\n\nFolder Structure:\n- `YourDesigns.sketch`\n- `.sketchconfig.json`\n\n### Example `.sketchconfig.json` config:\n\n```js\n{\n    \"plugins\": {\n        \"icon-font-exporter\": { // selector/name of the plugin (it’s like a namespaces\n            \"pageName\": \"Icons\", // name of the page in Sketch containing your icon artboards\n            \"output\": \"/Users/YOUR_USER/your_website.com/src/webfonts/\" // Output folder (example)\n        }\n    }\n}\n```\n\n## Development Guide\n\n_This plugin was created using `skpm`. For a detailed explanation on how things work, checkout the [skpm Readme](https://github.com/skpm/skpm/blob/master/README.md)._\n\n### Usage\n\nInstall the dependencies\n\n```bash\nnpm install\n```\n\nOnce the installation is done, you can run some commands inside the project folder:\n\n```bash\nnpm run build\n```\n\nTo watch for changes:\n\n```bash\nnpm run watch\n```\n\nAdditionally, if you wish to run the plugin every time it is built:\n\n```bash\nnpm run start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderwelsch%2Ficon-font-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderwelsch%2Ficon-font-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderwelsch%2Ficon-font-exporter/lists"}