You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,19 @@ We recommend using it as a local dependency\*
24
24
25
25
\* a _global install is currently not working due to the fact that ExtendScript is missing to many functions. See [this issue](https://github.com/ExtendScript/extendscriptr/issues/22)_
26
26
27
+
### Watch mode
28
+
29
+
Exstendscriptr does not have any built-in _watch_ capability, but you can accomplish this using the [watch](https://www.npmjs.com/package/watch) module:
30
+
31
+
```bash
32
+
npm install watch -D
33
+
```
34
+
Run the following and Extendscriptr will automatically run every time you save a file in the `src/` directory:
0 commit comments