# run-sketch-plugin

> Run a Sketch plugin by name & bundle URL

Latest version **1.0.3** (published 2017-05-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install run-sketch-plugin
pnpm add run-sketch-plugin
yarn add run-sketch-plugin
bun add run-sketch-plugin
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2017-05-10 |
| First published | 2017-05-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Jon Gold |
| Maintainers | jongold |
| Keywords | sketchapp, sketch |

## Links

- npm: https://www.npmjs.com/package/run-sketch-plugin
- npm.io page: https://npm.io/package/run-sketch-plugin

## Dependencies (1)

- [coscript](https://npm.io/package/coscript.md) ^1.0.0

## Recent versions

- 1.0.3 (latest) — 2017-05-10
- 1.0.2 — 2017-05-10
- 1.0.1 — 2017-05-02
- 1.0.0 — 2017-05-02

## README

# run-sketch-plugin

Run a Sketch plugin.

```js
import runSketchPlugin from 'run-sketch-plugin';

runSketchPlugin({
  commandIdentifier: 'main',
  bundleURL: 'path/to/bundle.sketchplugin',
}).then({ stderr, stdout }) => {
  console.log(stdout)
}
```

---
_Source: https://npm.io/package/run-sketch-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
