0.0.2 • Published 3 years ago

watch-figma v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

watch-figma

"Run last plguin" in Figma.

Synopsis

Install it:

yarn add -D watch-figma npm-watch

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

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

3 years ago

0.0.1

3 years ago