Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathieudutour/prototypes-invision-sketch
Translate your prototyping links back and forth between Sketch and Invision
https://github.com/mathieudutour/prototypes-invision-sketch
invision prototypes sketch sketch-plugin
Last synced: 3 months ago
JSON representation
Translate your prototyping links back and forth between Sketch and Invision
- Host: GitHub
- URL: https://github.com/mathieudutour/prototypes-invision-sketch
- Owner: mathieudutour
- Created: 2019-04-11T12:09:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T14:22:27.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T16:14:51.763Z (4 months ago)
- Topics: invision, prototypes, sketch, sketch-plugin
- Language: JavaScript
- Size: 990 KB
- Stars: 22
- Watchers: 4
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Prototypes Invision ↔︎ Sketch
![]()
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.## Installation
- [Download](../../releases/latest/download/prototypes-invision-sketch.sketchplugin.zip) the latest release of the plugin
- Un-zip
- Double-click on prototypes-invision-sketch.sketchplugin## Development Guide
_This plugin was created using `skpm`. For a detailed explanation on how things work, checkout the [skpm Readme](https://github.com/skpm/skpm/blob/master/README.md)._
### Usage
Install the dependencies
```bash
npm install
```Once the installation is done, you can run some commands inside the project folder:
```bash
npm run build
```To watch for changes:
```bash
npm run watch
```Additionally, if you wish to run the plugin every time it is built:
```bash
npm run start
```### Debugging
To view the output of your `console.log`, you have a few different options:
- Use the [`sketch-dev-tools`](https://github.com/skpm/sketch-dev-tools)
- Run `skpm log` in your Terminal, with the optional `-f` argument (`skpm log -f`) which causes `skpm log` to not stop when the end of logs is reached, but rather to wait for additional data to be appended to the input## License
MIT