watchman-binaries
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i watchman-binaries

Weekly Downloads

1

Version

0.0.3

License

Apache-2.0

Unpacked Size

39.5 MB

Total Files

8

Last publish

Collaborators

  • cspotcode