Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fradser/watch-figma

A CLI to run last plugin in Figma.
https://github.com/fradser/watch-figma

applescript cli figma

Last synced: 2 months ago
JSON representation

A CLI to run last plugin in Figma.

Awesome Lists containing this project

README

        

# watch-figma

"Run last plguin" in Figma.

## Synopsis

Install it:

``` bash
yarn add -D watch-figma npm-watch
```

Add a top-level `"watch"` config to your `package.json` and a `"watch"` script to your `"scripts"`:

``` json
"watch":{
"dev":{
"patterns":[
"src",
"test"
],
"extensions":"*",
"quiet":true,
"runOnChangeOnly":false
}
},
"scripts":{
"dev": "webpack --mode development && watch-figma",
"start": "npm-watch"
}
```