Awesome
sketch-json-api
A Node.js library for editing .sketch
files on servers.
Official Docs
You may want to check the official docs from Sketch.
Install
npm install sketch-json-api
Dev
To install dependencies:
npm install
To build the project:
npm run build
To run specific demo:
node dist/demo/path/to/file.js
To check results:
Check the files in temp/
.