flow-bin-win

0.19.2 • Public • Published

flow-bin Build Status

Binary wrapper for Flow - A static type checker for JavaScript

Only OS X and Linux (64-bit) binaries are currently provided.

CLI

$ npm install --global flow-bin
$ flow --help

API

$ npm install --save flow-bin
const execFile = require('child_process').execFile;
const flow = require('flow-bin');
 
execFile(flow, ['check'], (err, stdout) => {
    console.log(stdout);
});

License

flow-bin is BSD-licensed. We also provide an additional patent grant.

Package Sidebar

Install

npm i flow-bin-win

Weekly Downloads

1

Version

0.19.2

License

MIT

Last publish

Collaborators

  • sciolist