# jsval [ ![Codeship Status for go-jstmpl/jsval](https://app.codeship.com/projects/7330da00-4d99-0135-0605-3e5ec45d3aa9/status?branch=master)](https://app.codeship.com/projects/233264)

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](https://github.com/go-jstmpl/jsval/fork))
1. Run `npm install`
1. Create a feature branch
1. Commit your changes
1. Rebase your local changes against the master branch
1. Run test suite with the `npm run build && npm test` command and confirm that it passes
1. Run `npm run lint`
1. Create a new Pull Request
