symbols4sketch
v1.1.4
Published
A cli tool helping convert sketch to icon fonts
Downloads
10
Maintainers
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
Get Start
yarn global add symbols4sketch
# or npm install
Test
s4s --help
Usage: s4s [options]
Options:
--no-preview do not preview generated icons
-s, --source <path> 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