├── .DS_Store ├── README.md └── Stacker.sketchplugin └── Contents └── Sketch ├── manifest.json ├── stackerx-zero.cocoascript ├── stackerx.cocoascript ├── stackery-zero.cocoascript └── stackery.cocoascript /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottSavarie/stacker/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottSavarie/stacker/HEAD/README.md -------------------------------------------------------------------------------- /Stacker.sketchplugin/Contents/Sketch/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottSavarie/stacker/HEAD/Stacker.sketchplugin/Contents/Sketch/manifest.json -------------------------------------------------------------------------------- /Stacker.sketchplugin/Contents/Sketch/stackerx-zero.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottSavarie/stacker/HEAD/Stacker.sketchplugin/Contents/Sketch/stackerx-zero.cocoascript -------------------------------------------------------------------------------- /Stacker.sketchplugin/Contents/Sketch/stackerx.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottSavarie/stacker/HEAD/Stacker.sketchplugin/Contents/Sketch/stackerx.cocoascript -------------------------------------------------------------------------------- /Stacker.sketchplugin/Contents/Sketch/stackery-zero.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottSavarie/stacker/HEAD/Stacker.sketchplugin/Contents/Sketch/stackery-zero.cocoascript -------------------------------------------------------------------------------- /Stacker.sketchplugin/Contents/Sketch/stackery.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottSavarie/stacker/HEAD/Stacker.sketchplugin/Contents/Sketch/stackery.cocoascript --------------------------------------------------------------------------------