Skip to content

Instantly share code, notes, and snippets.

@julianburr
Last active April 19, 2017 14:05
Show Gist options
  • Save julianburr/41c43c7a549a2415949f476059854aaf to your computer and use it in GitHub Desktop.
Save julianburr/41c43c7a549a2415949f476059854aaf to your computer and use it in GitHub Desktop.
Medium - Example Sketch plugin manifest
{
"name": "Hello World",
"description": "Just an example for a Sketch plugin",
"author": "Julian Burr <julian.burr@rexsoftware.com.au>",
"version": 1.0,
"identifier": "com.example.sketch.hello-world",
"bundleVersion": 1,
"commands": [
{
"name": "Hello World",
"identifier": "helloWorld",
"script": "plugin.js",
"handler": "helloWorld"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment