Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashung/sketch-export-master
Export Sketch assets with gulp for all platform.
https://github.com/ashung/sketch-export-master
gulp gulpjs iconfont sketch sketch-app svg-sprite svg-symbol
Last synced: 3 months ago
JSON representation
Export Sketch assets with gulp for all platform.
- Host: GitHub
- URL: https://github.com/ashung/sketch-export-master
- Owner: Ashung
- Archived: true
- Created: 2019-02-02T10:56:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T11:18:43.000Z (almost 6 years ago)
- Last Synced: 2024-09-25T08:31:14.823Z (3 months ago)
- Topics: gulp, gulpjs, iconfont, sketch, sketch-app, svg-sprite, svg-symbol
- Language: HTML
- Size: 297 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Sketch Export Master
Export Sketch assets with gulp for all platform.
![](http://ashung.github.io/images/sketch-gulp/sketch_gulp_1.png)
## Installation
```bash
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
```bash
gulp "PNG 1x"
```### Web: 2x PNG
``````bash
gulp "PNG 2x"
``````### Web: 1x + 2x PNG
``````bash
gulp "PNG"
``````### iOS: PNG
``````bash
gulp "iOS PNG"
``````### Android: PNG
``````bash
gulp "Android PNG"
``````### iOS: PDF
``````bash
gulp "PDF"
``````### SVG
``````bash
gulp "SVG"
``````### Web: Icon Font
``````bash
gulp "Icon Font"
``````### Android: Vector Drawable
``````bash
gulp "Vector Drawable"
``````### Web: SVG CSS Sprite
```bash
gulp "SVG CSS Sprite"
```### Web: SVG View Sprite
```bash
gulp "SVG View Sprite"
```### Web: SVG Defs Sprite
```bash
gulp "SVG Defs Sprite"
```### Web: SVG Symbol Sprite
```bash
gulp "SVG Symbol Sprite"
```### Web: SVG Stack Sprite
```bash
gulp "SVG Stack Sprite"
```