gulp-flowtype

v1.0.0
Run Facebook's Flow in your gulp pipeline
gulp flowtype

lint

npm run lint:js && npm run lint:flow

lint:js

jshint **.js

lint:flow

flow check --lib ./declarations/

test

babel -d lib index.js; istanbul test _mocha --report html -- test/*.js --reporter spec

coveralls

istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

prepublish

babel -d lib index.js
npm i gulp-flowtype

Metadata

  • MIT
  • >=0.8.0
  • Charlie Dowler
  • released 8/4/2016

Downloads

Maintainers