Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Ashung/sketch-export-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sketch Export Master

Export Sketch assets with gulp for all platform.

Installation

sudo npm install --g gulp-cli
git clone https://github.com/Ashung/sketch-export-master.git
cd sketch-export-master
npm install

Gulp Tasks

Web: 1x PNG

gulp "PNG 1x"

Web: 2x PNG

gulp "PNG 2x"

Web: 1x + 2x PNG

gulp "PNG"

iOS: PNG

gulp "iOS PNG"

Android: PNG

gulp "Android PNG"

iOS: PDF

gulp "PDF"

SVG

gulp "SVG"

Web: Icon Font

gulp "Icon Font"

Android: Vector Drawable

gulp "Vector Drawable"

Web: SVG CSS Sprite

gulp "SVG CSS Sprite"

Web: SVG View Sprite

gulp "SVG View Sprite"

Web: SVG Defs Sprite

gulp "SVG Defs Sprite"

Web: SVG Symbol Sprite

gulp "SVG Symbol Sprite"

Web: SVG Stack Sprite

gulp "SVG Stack Sprite"