Skip to content

FradSer/watch-figma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A CLI to run last plugin in Figma.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published