0.0.3 • Published 6 years ago

watchman-binaries v0.0.3

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
6 years ago

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

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago