Sketch
active designSketch revolutionized UI design and established early programmatic access via `sketchtool`. Bundled directly inside the Sketch application bundle, this binary allows developers to inspect document structures, export artboards to various formats, and trigger plugins headlessly. It is a fundamental building block for automated design handoff and continuous integration pipelines for assets.
#mac-native#vector#design#export
⌨️ Install
embeddedCLI
export official
export PATH="$PATH:/Applications/Sketch.app/Contents/MacOS" What it can do
- › batch export hundreds of artboards or slices to PNG/SVG via a single shell command
- › dump the JSON tree of a `.sketch` file to programmatically update text localizations
- › run custom JavaScript plugins headlessly to recalculate layout frames before export
Comments