An open API service indexing awesome lists of open source software.

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

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.