https://github.com/sjy/symbols4sketch
generate font files and preview sample with templated sketch source file
https://github.com/sjy/symbols4sketch
fontawe foundation gulp icon-font icons js sketch
Last synced: 8 months ago
JSON representation
generate font files and preview sample with templated sketch source file
- Host: GitHub
- URL: https://github.com/sjy/symbols4sketch
- Owner: sjy
- License: mit
- Created: 2017-02-07T06:23:39.000Z (over 8 years ago)
- Default Branch: dev
- Last Pushed: 2018-10-05T05:34:24.000Z (almost 7 years ago)
- Last Synced: 2025-01-31T02:04:38.542Z (8 months ago)
- Topics: fontawe, foundation, gulp, icon-font, icons, js, sketch
- Language: JavaScript
- Homepage:
- Size: 46.2 MB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# symbols4sketch
> An amazing cli tool helping convert sketch to icon fonts

## Featurs
- Support convert from templated based sketch file which contains various icon.
## Requirements
- Mac
- [Sketch](https://www.sketchapp.com/)
- [Node.js](https://nodejs.org/)
- [yarn](https://yarnpkg.com/) or [npm](https://docs.npmjs.com/)## Get Start
``` bash
yarn global add symbols4sketch
# or npm install
```## Test
``` bash
s4s --help
Usage: s4s [options]Options:
--no-preview do not preview generated icons
-s, --source source sketch file path
-d, --dist [path] dist folder path (default: ./dist)
-f, --fontName [fontname] name of icon font (default: symbols)
-c, --className [classname] class name of icon elemen (default: icon)
-V, --version output the version number
-h, --help output usage information
```## Issue & Camplain
[submit new issue](https://github.com/sjy/symbols4sketch/issues/new)
## Enjoy It 🎉