# flow-bin **Repository Path**: mirrors_floatdrop/flow-bin ## Basic Information - **Project Name**: flow-bin - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flow-bin [![Build Status](https://travis-ci.org/flowtype/flow-bin.svg?branch=master)](https://travis-ci.org/flowtype/flow-bin) > Binary wrapper for [Flow](http://flowtype.org) - A static type checker for JavaScript Only OS X and Linux (64-bit) binaries are currently [provided](http://flowtype.org/docs/getting-started.html#_). ## CLI ``` $ npm install --global flow-bin ``` ``` $ flow --help ``` ## API ``` $ npm install --save flow-bin ``` ```js 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.