Skip to content

ZeMoSoLabs/run-sketch-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors