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.
- Host: GitHub
- URL: https://github.com/codebytere/export-to-icns
- Owner: codebytere
- Created: 2019-12-01T19:35:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T03:09:58.000Z (over 6 years ago)
- Last Synced: 2025-03-01T21:51:11.094Z (over 1 year ago)
- Topics: app-development, icns, sketch, sketch-plugin
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.