https://github.com/jonathanj/sketch-yoco-icon-export
Yoco icon export plugin for Sketch
https://github.com/jonathanj/sketch-yoco-icon-export
Last synced: 10 months ago
JSON representation
Yoco icon export plugin for Sketch
- Host: GitHub
- URL: https://github.com/jonathanj/sketch-yoco-icon-export
- Owner: jonathanj
- Created: 2021-05-05T21:06:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T21:36:35.000Z (about 5 years ago)
- Last Synced: 2025-03-06T08:53:20.674Z (over 1 year ago)
- Language: JavaScript
- Size: 469 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sketch plugin: Yoco icon export
## Installation
- [Download](../../releases/latest/download/sketch-icon-export.sketchplugin.zip)
the latest release of the plugin
- Un-zip
- Double-click on `yoco-icon-export.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
```
### Publishing
```bash
npm run skpm:publish
```
(Where `version_bump` can be `patch`, `minor` or `major`.)
This will create a new release in the GitHub repository, and update the appcast
file so that existing users of the plugin will be notified of an update.