Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathieudutour/git-sketch-plugin
:gem::octocat: A Git client generating pretty diffs built right into Sketch.
https://github.com/mathieudutour/git-sketch-plugin
git sketch sketch-plugin
Last synced: 27 days ago
JSON representation
:gem::octocat: A Git client generating pretty diffs built right into Sketch.
- Host: GitHub
- URL: https://github.com/mathieudutour/git-sketch-plugin
- Owner: mathieudutour
- License: mit
- Created: 2016-01-22T22:55:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:13:39.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T11:02:45.347Z (about 1 month ago)
- Topics: git, sketch, sketch-plugin
- Language: JavaScript
- Homepage: https://mathieudutour.github.io/git-sketch-plugin
- Size: 4.67 MB
- Stars: 2,444
- Watchers: 60
- Forks: 126
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## This plugin was a first attempt to bring version control and collaboration to designers. Since then, Sketch evolved a lot and my new project takes advantages of them to unlock _true_ version control. Check it out: [http://kactus.io](http://kactus.io)
---
# git-sketch-plugin
[![GitHub release](https://img.shields.io/github/release/mathieudutour/git-sketch-plugin.svg?maxAge=2592000)](https://github.com/mathieudutour/git-sketch-plugin/releases)
[![GitHub release](https://img.shields.io/badge/Works%20with-Sketch%20Runner-blue.svg?colorB=308ADF)](http://bit.ly/SketchRunnerWebsite)A Git client built right into [Sketch](http://www.bohemiancoding.com/sketch). Generate [pretty diffs](https://github.com/mathieudutour/git-sketch-plugin/pull/1/files) so that everybody knows what are the changes!
From ...
![Ugly](example/ScreenShotBad.png)... To
![Pretty](example/ScreenShotNice.png)![screen cast](example/ScreenCast.gif)
## Requirements
- [Sketch](http://sketchapp.com/) >= 3.4 (**not** with the sandboxed version ie from the App Store).
- [Git](https://git-scm.com/) (coming with OS X so you shouldn't have to do anything)
- [Xcode Command Line Tools](http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/)## Installation
### From a release (simplest)
- [Download](https://github.com/mathieudutour/git-sketch-plugin/releases/latest) the latest release of the plugin
- Un-zip
- Double-click on Git.sketchplugin### From the sources
- Clone the repo
- Install the dependencies (`npm install`)
- Build (`npm run build`)
- Double-click on Git.sketchplugin## Documentation
For a Getting started guide, FAQ, etc. check out our [docs](https://github.com/mathieudutour/git-sketch-plugin/tree/master/docs)!
## Want to contribute?
Anyone can help make this project better - check out our [Contributing guide](/.github/CONTRIBUTING.md)!