flow-bin

WebJar for flow-bin

License

License

BSD 3-Clause
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

flow-bin
Last Version

Last Version

0.59.0
Release Date

Release Date

Type

Type

jar
Description

Description

flow-bin
WebJar for flow-bin
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/flowtype/flow-bin

Download flow-bin

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/flow-bin/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>flow-bin</artifactId>
    <version>0.59.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/flow-bin/
implementation 'org.webjars.npm:flow-bin:0.59.0'
// https://jarcasting.com/artifacts/org.webjars.npm/flow-bin/
implementation ("org.webjars.npm:flow-bin:0.59.0")
'org.webjars.npm:flow-bin:jar:0.59.0'
<dependency org="org.webjars.npm" name="flow-bin" rev="0.59.0">
  <artifact name="flow-bin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='flow-bin', version='0.59.0')
)
libraryDependencies += "org.webjars.npm" % "flow-bin" % "0.59.0"
[org.webjars.npm/flow-bin "0.59.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

flow-bin Build Status

Binary wrapper for Flow - A static type checker for JavaScript

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

CLI

For Yarn:

$ yarn add --dev flow-bin
$ yarn run flow --help

For npm, add { "scripts": { "flow": "flow" } } in package.json and run:

$ npm install --save-dev flow-bin
$ npm run 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 MIT-licensed.

Releases

New Release

  1. make push VERSION=0.122.0 (use the same version as Flow)
  2. Publish to npm: make publish (run npm adduser the first time to log in)

Inspect a Release Before Publishing

npm pack
tar xf "flow-bin-$(node -p 'require("./package.json").version').tgz"
cd package
npm run verify
org.webjars.npm

Facebook Flow

Versions

Version
0.59.0
0.53.1
0.13.1