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

/run-sketch-plugin/

    Package Sidebar

    Install

    npm i run-sketch-plugin

    Weekly Downloads

    28

    Version

    1.0.3

    License

    MIT

    Last publish

    Collaborators

    • jongold