@aabenoja/flow-bin 中文文档教程

发布于 9年前 浏览 26 项目主页 更新于 3年前

flow-bin Build Status

Flow 的二进制包装器 - 用于 JavaScript 的静态类型检查器

目前只有 OS X 和 Linux(64 位)二进制文件 提供

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 是 BSD 许可的。 我们还提供额外的专利授权。

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.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文