├── ExportSymbols.sketchplugin └── Contents │ └── Sketch │ ├── ExportSymbols.js │ ├── common.js │ └── manifest.json └── README.md /ExportSymbols.sketchplugin/Contents/Sketch/ExportSymbols.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marianomike/sketch-exportsymbols/HEAD/ExportSymbols.sketchplugin/Contents/Sketch/ExportSymbols.js -------------------------------------------------------------------------------- /ExportSymbols.sketchplugin/Contents/Sketch/common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marianomike/sketch-exportsymbols/HEAD/ExportSymbols.sketchplugin/Contents/Sketch/common.js -------------------------------------------------------------------------------- /ExportSymbols.sketchplugin/Contents/Sketch/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marianomike/sketch-exportsymbols/HEAD/ExportSymbols.sketchplugin/Contents/Sketch/manifest.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marianomike/sketch-exportsymbols/HEAD/README.md --------------------------------------------------------------------------------