react-redux-form

v1.14.6
Create Forms Easily with React and Redux
redux form redux-form react-redux-form react reactjs

start

npm run build

examples

NODE_ENV=development node examples/server.js

lint

eslint --ext .js,.jsx .

lint:fix

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

test

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

test:watch

NODE_ENV=test 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 umd/ReactReduxForm.min.js --config webpack.config.prod.js

build:lib

babel src --out-dir lib

analyze

webpack src/index.js dist/index.js --config webpack.config.prod.js --json > stats.json

preversion

npm run test && npm run lint

prepublishOnly

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

postversion

git push && git push --tags

publish:beta

npm publish --tag beta

tsdef

cp -f immutable.d.ts lib/

docs:clean

rimraf _book

docs:prepare

gitbook install

docs:build

npm run docs:prepare && gitbook build

docs:watch

npm run docs:prepare && gitbook serve

docs:publish

npm run docs:clean && npm run docs:build && mv ./_book/index.html ./_book/docs.html && cp -a ./home/ ./_book/ && cd _book && git init && git commit --allow-empty -m 'Update docs' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'Update docs' && git push [email protected]:davidkpiano/react-redux-form gh-pages --force

Metadata

  • MIT
  • Whatever
  • David Khourshid
  • released 10/13/2017

Downloads

Maintainers