react-redux-form

v0.9.11
Create Forms Easily with React and Redux
redux form redux-form react-redux-form react reactjs

start

npm run build

lint

eslint --ext .js,.jsx .

lint:fix

eslint --fix --ext .js,.jsx .

test

mocha --require babel-register --require ./test/spec-setup.js

test:watch

mocha -w --require babel-register --require ./test/spec-setup.js

build

npm run build:umd && npm run build:lib

build:watch

babel -w src --out-dir lib

build:umd

webpack -p src/index.js dist/index.js --config webpack.config.prod.js

build:lib

babel src --out-dir lib

preversion

npm run test && npm run lint

prepublish

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

postversion

git push && git push --tags

publish:beta

npm publish --tag beta

Metadata

  • MIT
  • Whatever
  • David Khourshid
  • released 4/5/2016

Downloads

Maintainers