run-sketch-plugin

1.0.3 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    40
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    40
  • 1.0.2
    1
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i run-sketch-plugin

Weekly Downloads

41

Version

1.0.3

License

MIT

Last publish

Collaborators

  • jongold