Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fradser/watch-figma
- Owner: FradSer
- Created: 2021-04-25T09:07:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T16:40:17.000Z (about 2 years ago)
- Last Synced: 2024-04-24T18:09:20.428Z (9 months ago)
- Topics: applescript, cli, figma
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
```