All Projects β†’ cloudaper β†’ sketch-git-hooks

cloudaper / sketch-git-hooks

Licence: MIT License
Easy trick how to enjoy Git versioning for Sketch files thanks to Git Hooks

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to sketch-git-hooks

Awesome Design
🌟 Curated design resources from all over the world.
Stars: ✭ 13,333 (+111008.33%)
Mutual labels:  design, sketch, ux
Server
☁️ Nextcloud server, a safe home for all your data
Stars: ✭ 17,723 (+147591.67%)
Mutual labels:  design, ux, collaboration
Sketchsheets
Free ready to print sketch sheet templates for UX designers
Stars: ✭ 241 (+1908.33%)
Mutual labels:  design, sketch, ux
Motion
A library used to create beautiful animations and transitions for iOS.
Stars: ✭ 1,726 (+14283.33%)
Mutual labels:  design, ux
Realtaiizor
C# WinForm UI/UX Component Library
Stars: ✭ 109 (+808.33%)
Mutual labels:  design, ux
Ui Ux
πŸ“ Curated list for UI/UX Designers
Stars: ✭ 125 (+941.67%)
Mutual labels:  design, ux
Data Populator
A plugin for Sketch and Adobe XD to populate your design mockups with meaningful data. Goodbye Lorem Ipsum. Hello JSON.
Stars: ✭ 1,665 (+13775%)
Mutual labels:  design, sketch
Material
A UI/UX framework for creating beautiful applications.
Stars: ✭ 11,870 (+98816.67%)
Mutual labels:  design, ux
Flutterawesomelist
A UI experiment to create an awesome list for flutter apps
Stars: ✭ 171 (+1325%)
Mutual labels:  design, ux
Miaow
A set of plugins for Sketch include drawing links & marks, UI Kit & Color sync, font & text replacing.
Stars: ✭ 2,536 (+21033.33%)
Mutual labels:  design, sketch
Accessibility interview questions
A starting point for questions to ask someone that wants you to give them a job
Stars: ✭ 236 (+1866.67%)
Mutual labels:  design, ux
Guide
A free, open-source community resource for designers, developers and others working on non-custodial bitcoin products.
Stars: ✭ 94 (+683.33%)
Mutual labels:  design, ux
Rox
🌍 BeWelcome lets you share a place to stay, connect with travellers, meet up and find accommodation on your journey. It is and will always be a free, open source, non for profit, democratic community.
Stars: ✭ 95 (+691.67%)
Mutual labels:  design, ux
Awesome Product Design
A collection of bookmarks, resources, articles for product designers.
Stars: ✭ 1,679 (+13891.67%)
Mutual labels:  design, ux
Symbol Spacer Sketch Plugin
automatically trigger Sketch’s β€œreset to original size” function when deselecting symbol
Stars: ✭ 86 (+616.67%)
Mutual labels:  design, sketch
Youtube flutter app
Stars: ✭ 85 (+608.33%)
Mutual labels:  design, ux
Sketch Better Android Export
Stars: ✭ 61 (+408.33%)
Mutual labels:  design, sketch
Patternfly Design
Use this repo to file all new feature or design change requests for the PatternFly project
Stars: ✭ 82 (+583.33%)
Mutual labels:  design, ux
Shrine Materialdesign2
implementation of Material Design 2 Shrine project
Stars: ✭ 215 (+1691.67%)
Mutual labels:  design, ux
Weui Design
Design package for WeUI
Stars: ✭ 2,758 (+22883.33%)
Mutual labels:  design, sketch

Simple Git versioning for Sketch

Read more in the story on Medium.

Any feedback or even a pull request welcomed!

How to

  1. Set up a new repository for Sketch files
  2. Install Python 3 (optional)
  3. Download the pre-commit, post-merge and post-checkout hooks from this repository
  4. Copy them into .git/hooks folder in your repository
  5. Make the scripts executable: run chmod +x .git/hooks/pre-commit .git/hooks/post-merge .git/hooks/post-checkout in your repository
  6. And try to commit some Sketch files!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].