dcycle / docker-flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This image is no longer supported as of 2024-06-13

CircleCI

Type-check Javascript code with flow.

For example (passing):

docker run --rm -v $(pwd)/example01:/app/code dcycle/flow:1

For example (failing):

docker run --rm -v $(pwd)/example02:/app/code dcycle/flow:1

For example (Node.js module):

docker run --rm -v $(pwd)/example03:/app/code dcycle/flow:1

For example (ignoring node_modules):

docker run --rm -v $(pwd)/example04:/app/code dcycle/flow:1

See this project on the Docker Hub.

Suppressing errors

See Error Suppressions, in the flow documentation.

Example usage

See the Dcycle Starterkit Node project.

More resources

About


Languages

Language:Shell 54.6%Language:JavaScript 42.6%Language:Dockerfile 2.8%