jsval
v0.0.12
Published
Validators for form values based on JSON Schema.
Downloads
6
Readme
jsval
Validators for form values based on JSON Schema.
Installation
npm install --save jsval
Usage
Create validator file with go-jstmpl and call functions implemented in this packaged.
Contribution
- Fork (https://github.com/go-jstmpl/jsval/fork)
- Run
npm install
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
npm run build && npm test
command and confirm that it passes - Run
npm run lint
- Create a new Pull Request