Skip to content

Commit

Permalink
Merge pull request #27 from nolastan/runner
Browse files Browse the repository at this point in the history
Runner support
  • Loading branch information
nolastan authored Jan 13, 2017
2 parents f0a98cc + 8f6b796 commit b8f4cad
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
Binary file added Contents/Resources/icons/export.tiff
Binary file not shown.
Binary file added Contents/Resources/icons/import.tiff
Binary file not shown.
8 changes: 6 additions & 2 deletions Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@
"handler" : "onRun",
"shortcut" : "command option s",
"name" : "⬇️ Import from URL",
"identifier" : "import"
"identifier" : "import",
"description" : "Import styles, colors, and typography from a Google Sheet or other source.",
"icon" : "icons/import.tiff"
},
{
"script" : "export.cocoascript",
"handler" : "onRun",
"name" : "⬆️ Export typography as CSV",
"identifier" : "export"
"identifier" : "export",
"description" : "Export typography as a CSV to import into a Google Sheet",
"icon" : "icons/export.tiff"
},
],
"menu": {
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<a href="http://bit.ly/SketchRunnerWebsite">
<img width="160" height="40" src="http://sketchrunner.com/img/badge_blue.png" >
</a>
# Sync Sketch Plugin
Share styles with your team using Google Sheets.
* Import and update styles from a shared Google Sheet.
Expand Down

0 comments on commit b8f4cad

Please sign in to comment.