watchman-binaries
v0.0.3
Published
Watchman's Windows binary published via npm so I can use it in misc projects. Use with [fb-watchman](https://facebook.github.io/watchman/docs/nodejs.html)
Downloads
3
Readme
Watchman's Windows binary published via npm so I can use it in misc projects. Use with fb-watchman
Currently only includes the Windows executable. On Linux and Mac, you should install via these instructions: https://facebook.github.io/watchman/docs/install.html#buildinstall
import {windowsBin} from 'watchman-binaries';
import * as watchman from 'fb-watchman';
// windowsBin is absolute path to watchman.exe
const client = new watchman.Client({
watchmanBinaryPath: process.platform === 'win32' ? windowsBin : undefined
});
License
Watchman is made available under the terms of the Apache License 2.0. See also: https://github.com/facebook/watchman#license