Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 472 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 472 Bytes

Git hooks for Sketch files

Derived from https://github.com/cloudaper/sketch-git-hooks

Read more in the story on Medium.

Setup

Run following commands.

$ git clone git@github.com:ozgurgunes/sketch-git-hooks.git
$ ./sketch-git-hooks/setup.sh

Your repo is ready for Git actions. Checkout anything to generate Sketch files.

$ git checkout master

Feel free to contribute.