parse-prop-types

v0.1.1
Parses React prop-types into a readable object
parse-prop-types

test

jest

coverage

npm test -- --coverage

postcoverage

opn coverage/lcov-report/index.html

lint

eslint src test

flow

flow check

docs

documentation readme src --section=API

clean

rimraf dist

prebuild

npm run docs && npm run clean

build

babel src -d dist

watch

npm-watch

patch

npm version patch && npm publish

minor

npm version minor && npm publish

major

npm version major && npm publish

prepublish

npm run lint && npm test && npm run build

postpublish

git push origin master --follow-tags

Metadata

  • MIT
  • >=6
  • Diego Haz
  • released 2/4/2018

Downloads

Maintainers