Skip to content

Instantly share code, notes, and snippets.

@marianomike
Last active August 27, 2016 17:18
Show Gist options
  • Save marianomike/48ec80d4128277b8acf75aeb8c77bef8 to your computer and use it in GitHub Desktop.
Save marianomike/48ec80d4128277b8acf75aeb8c77bef8 to your computer and use it in GitHub Desktop.
{
"name" : "My Plugin",
"identifier" : "my.plugin",
"version" : "1.0",
"description" : "My First Sketch Plugin",
"authorEmail" : "your@email.com",
"author" : "Your Name",
"commands" : [
{
"script" : "MyScript.js",
"handler" : "onRun",
"shortcut" : "command shift y",
"name" : "Get Page Names",
"identifier" : "my.plugin.pagenames"
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment