Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 382 Bytes

File metadata and controls

24 lines (20 loc) · 382 Bytes

To test watchman independently

watchman watch-project C:\path\to\your\directory
watchman --json-command -p < C:\path\to\your\subscription.json

with

// subscription.json

[
  "subscribe",
  "C:\\path\\to\\your\\directory",
  "myconsolelog",
  {
    "expression": ["allof", ["match", "*"]],
    "fields": ["name", "new", "exists", "size", "mode"]
  }
]