Skip to content

Validators for form values based on JSON Schema.

License

Notifications You must be signed in to change notification settings

go-jstmpl/jsval

Repository files navigation

jsval Codeship Status for go-jstmpl/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

  1. Fork (https://github.com/go-jstmpl/jsval/fork)
  2. Run npm install
  3. Create a feature branch
  4. Commit your changes
  5. Rebase your local changes against the master branch
  6. Run test suite with the npm run build && npm test command and confirm that it passes
  7. Run npm run lint
  8. Create a new Pull Request