zenform

v0.0.0-alpha.7
react form management made easy
form react react form

flow

flow

flow:coverage

flow-coverage-report -i 'src/**/*.js' -t html -t json -t text --threshold 80

lint

eslint '+(src|tests)/**/*.js'

format

prettier-eslint --write '+(src|tests)/**/*.js' '*.md'

test

jest

test:watch

jest --watch

test:ci

npm run test && cat ./coverage/lcov.info | coveralls

commit

git-cz

commit:retry

git-cz --retry

commitmsg

commitlint -e

clean

rimraf dist

build

npm run clean && rollup -c

start:example

cross-env NODE_ENV=development parcel examples/index.html --out-dir examples/dist --open

build:example

cross-env NODE_ENV=production parcel build examples/index.html --out-dir examples/dist

prepublishOnly

npm run test && npm run build

Metadata

  • MIT
  • Whatever
  • Shriyans Bhatnagar
  • released 3/30/2018

Downloads

Maintainers