An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# symbols4sketch

> An amazing cli tool helping convert sketch to icon fonts


Downloads
Version
License


![demo](./demo.gif)

## 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 🎉