A repository example for helping designers' workflow by having some helpful exports while using version control. Note: This example uses sketch, and is highly opinionated
-
Clone this repository.
-
You should have Sketch (only for Mac 🍎 ) installed.
-
Install sketch's CLI called sketchtool using the following commands on the Terminal:
sudo /Users/<enter your username>/Downloads/Sketch.app/Contents/Resources/sketchtool/install.sh
Get Nodejs Up and running on your machine as shown in this link
-
Run
npm install
on the root of this directory. -
Use the given file index.sketch as the file you design and version and export for.
-
Edit
index.sketch
and commit the changes after you are done with it. -
After you commit, a script runs on your machine which generates the export for your sketch file, commit that too! 🔥
-
Voila you are done! 🚀
For issues and 🐛 , file an issue or else contact me at [email protected]