@metalab/generator-flowtype
v0.1.0
Published
Add [flow] static type checking to your JavaScript projects.
Readme
generator-flowtype
Add flow static type checking to your JavaScript projects.
npm install -g @metalab/generator-flowtype
yo @metalab/flowtypeUse with React:
yo @metalab/flowtype:lib --path node_modules/fbjs/flow/includeIMPORTANT: flow check --all is pretty broken. You have to annotate every single file you want to check with /* @flow */. Hopefully this will be addressed with https://github.com/facebook/flow/issues/284.
