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

https://github.com/codebytere/export-to-icns

Create and export .icns files from Sketch to a location of your choosing.
https://github.com/codebytere/export-to-icns

app-development icns sketch sketch-plugin

Last synced: about 2 months ago
JSON representation

Create and export .icns files from Sketch to a location of your choosing.

Awesome Lists containing this project

README

          

# export-to-icns

A Sketch plugin to automatically export artboards into `.icns` files in a location of your choosing.

## To Use

There are two ways to set up this plugin:

1. Manually

Download the [latest release](https://github.com/codebytere/export-to-icns/releases/latest) of this project, unzip it, and then open `export-to-icns.sketchplugin`.

The next time you open Sketch, you should see it in your toolbar menu at `Sketch -> Plugins -> export-to-icns`.

2. Command Line

Download the [latest release](https://github.com/codebytere/export-to-icns/releases/latest) of this project, unzip it, and then open your command line of choice and run:

```sh
$ cd /path/to/export-to-icns
$ ./install-plugin.sh
```

The next time you open Sketch, you should see it in your toolbar menu at `Sketch -> Plugins -> export-to-icns`.