0.0.2 • Published 5 years ago
watch-figma v0.0.2
watch-figma
"Run last plguin" in Figma.
Synopsis
Install it:
yarn add -D watch-figma npm-watchAdd 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"
}