Translate your prototyping links back and forth between Sketch and Invision
Not all the features can be exactly translated and when that's the case, the original link will not be removed so that you can manually decide what to do.
- Download the latest release of the plugin
- Un-zip
- Double-click on prototypes-invision-sketch.sketchplugin
This plugin was created using skpm. For a detailed explanation on how things work, checkout the skpm Readme.
Install the dependencies
npm installOnce the installation is done, you can run some commands inside the project folder:
npm run buildTo watch for changes:
npm run watchAdditionally, if you wish to run the plugin every time it is built:
npm run startTo view the output of your console.log, you have a few different options:
- Use the
sketch-dev-tools - Run
skpm login your Terminal, with the optional-fargument (skpm log -f) which causesskpm logto not stop when the end of logs is reached, but rather to wait for additional data to be appended to the input
MIT