@rjsf/core

v5.0.0-beta.20
A simple React component capable of building HTML forms out of a JSON schema.
react form json-schema

lint

eslint src test

test

dts test

build

rimraf dist && dts build --rollupTypes --format cjs,esm,umd

start

dts watch

cs-check

prettier -l "{src,test}/**/*.[jt]s?(x)"

cs-format

prettier "{src,test}/**/*.[jt]s?(x)" --write

precommit

lint-staged

test:debug

node --inspect-brk node_modules/.bin/dts test

test:watch

dts test --watch

test-coverage

dts test --coverage

publish-to-npm

npm run build && npm publish
npm i @rjsf/[email protected]

Metadata

Downloads