项目作者: KylianLM

项目描述 :
Sketch Plugin to unzip sketch file for git versionning
高级语言: JavaScript
项目地址: git://github.com/KylianLM/sketch-to-git.git
创建时间: 2017-05-12T14:14:43Z
项目社区:https://github.com/KylianLM/sketch-to-git

开源协议:MIT License

下载


(WIP) Sketch To Git

need Sketch 43+

Install

Download Zip File, and double click on SketchToGit.sketchplugin.
That’s it

Git

This plugin don’t manage your git folder. You need to do this with CLI or GUI.

To use git with CLI

  1. $ git init
  2. $ git checkout -b newBranch

Make your change on sketch.
Click on Unzip option or press Cmd + Shift + U.

Don’t forget to generate .gitignore with “*.sketch”

Then

  1. $ git add --all
  2. $ git commit -m "[CHG] DESCRIBE YOUR CHANGE HERE"

You can do this with Git GUI like Git Kraken or Github Desktop.


Inspired by
https://github.com/mathieudutour/git-sketch-plugin