Skip to content

yutaroishiwata/gulp-sketch-gitflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp Sketch Gitflow

The tool for helping your version control Sketch files with Git.
Rename the .sketch file to .zip and extract it to the same directory.

Usage

Step 1: Installation

Clone the repo to your project folder.

$ git clone https://github.com/yutaroishiwata/gulp-sketch-gitflow .
$ npm install

Step 2: Folder Structure

Move your .sketch file to the sketch folder. Also, you can use a sub-folder.

Project folder
├── gulpfile.js
├── node_modules
├── package-lock.json
├── package.json
└── sketch # Here's folder name must be 'sketch'
    └── design.sketch
or
.
└── sketch # Here's folder name must be 'sketch'
    ├── design # You can create as many sub-folders as you need
    .   └── design.sketch

Step 3: Let's Start

Run with the command line tool.

$ gulp

or

$ gulp watch

Results

sketch
├── design.sketch
├── design.zip
├── document.json
├── images
│   ├── 593e7559501dc8fa20fd7a831365183b33f1183d.png
|   .
├── meta.json
├── pages
│   ├── 28847D28-AF80-4065-9C97-921276501230.json
|   .
├── previews
│   ├── library-preview.png
│   └── preview.png
├── text-previews
│   ├── text-previews-metadata.json
│   └── text-previews.pdf
└── user.json

About

The tool for helping your version control Sketch files with Git.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published