npm.io
1.0.3 • Published 9 years ago

run-sketch-plugin

Licence
MIT
Version
1.0.3
Deps
1
Vulns
0
Weekly
0

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)
}

Keywords