Sign inSign up

motiz88/flow

By motiz88

Updated over 10 years ago

Flow is a static type checker for JavaScript.

Image
2

3.1K

motiz88/flow repository overview

flow-docker

Dockerfiles for Facebook's Flow type checker.

While we all wait for official Windows binaries, you can run the latest Flow on Windows using this Docker image.

Basic usage

The image has Flow preinstalled and in the PATH, so just mount your JavaScript at /app on a fresh container, start a Bash session inside it, and flow init, flow start, flow check should etc work normally:

$> docker run --rm -it -v /home/moti/projects/myapp:/app motiz88/flow bash

If you'd rather not keep a dedicated Bash window open, it should also be possible to, say, run the container in the background and docker exec <container_id> flow into it as needed.

More information

This GitHub repo is built automatically as motiz88/flow on Docker Hub. More instructions for use are available there.

Tag summary

Content type

Image

Digest

sha256:0d024d7ba

Size

68.6 MB

Last updated

over 10 years ago

docker pull motiz88/flow