run-sketch-plugin

v1.0.3
Run a Sketch plugin by name & bundle URL
sketchapp sketch

run-sketch-plugin

Run a Sketch plugin.

import runSketchPlugin from 'run-sketch-plugin';

runSketchPlugin({
  commandIdentifier: 'main',
  bundleURL: 'path/to/bundle.sketchplugin',
}).then({ stderr, stdout }) => {
  console.log(stdout)
}
npm i run-sketch-plugin

Metadata

  • MIT
  • Whatever
  • Jon Gold
  • released 5/10/2017

Downloads

Maintainers