Coder Social home page Coder Social logo

jonasi / flow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from facebook/flow

0.0 1.0 0.0 51.05 MB

Adds static typing to JavaScript to improve developer productivity and code quality.

Home Page: http://flowtype.org/

License: Other

Shell 0.08% Makefile 0.59% JavaScript 14.21% CSS 0.07% Emacs Lisp 0.06% OCaml 83.10% C 1.89%

flow's Introduction

Flow

Flow is a static typechecker for JavaScript. To find out more about Flow, check out flowtype.org.

For a background on the project, please read our launch blog post.

Requirements

Flow works with:

  • Mac OS X
  • Linux (64-bit)

There are binary distributions for Mac OS X and many variants of Linux; you can also build it from source on almost any 64-bit Linux variant.

Building Flow

Flow is written in OCaml (OCaml 4.01.0 or higher is required) and (on Linux) requires libelf. You can install OCaml on Mac OS X and Linux by following the instructions at ocaml.org.

Once you have these dependencies, building Flow just requires running

make

This produces a bin folder containing the flow binary.

Note: at this time, the OCaml dependency prevents us from adding Flow to npm. Try flow-bin if you need a npm binary wrapper.

Installing Flow

Flow is simple to install: all you need is the flow binary on your PATH and you're good to go.

Using OPAM

You can also build and install flow via the OCaml OPAM package manager with one command:

opam install flowtype

If you don't have a new enough version of OCaml to compile Flow, you can also use OPAM to bootstrap a modern version. Install OPAM via the binary packages for your operating system and run:

opam init --comp=4.01.0
opam install flowtype
eval `opam config env`
flow --help

Documentation

Check out http://flowtype.org for documentation and examples.

Join the Flow community

  • Website: http://flowtype.org/
  • irc: #flowtype on Freenode
  • Twitter: @flowtype and #flowtype to keep up with the latest Flow news.

License

Flow is BSD-licensed. We also provide an additional patent grant.

flow's People

Contributors

avikchaudhuri avatar avsm avatar bhosmer avatar clintandrewhall avatar commonlisp avatar dsereni avatar esbullington avatar gabelevi avatar jamesgpearce avatar jeffmo avatar joelmarcey avatar k-bx avatar knisterpeter avatar lbolla avatar leonfedotov avatar lordhoto avatar mythmon avatar ptmt avatar rsolomo avatar shraymonks avatar simonwelsh avatar skratchdot avatar stevemao avatar sverrejoh avatar takaishi avatar tcoopman avatar teppeis avatar tetsuharuohzeki avatar vjeux avatar wesleycho avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.