@offscale/restify-validators

Custom validators for the Node.JS restify framework.

Usage no npm install needed!

<script type="module">
  import offscaleRestifyValidators from 'https://cdn.skypack.dev/@offscale/restify-validators';
</script>

README

restify-validators

License npm David dependency status for latest release npm-publish

Custom validators for the Node.JS restify framework.

Install

npm i -S @offscale/restify-validators

Miscellaneous

Clone the dist repo in the same directory this repo was cloned into, then you can synchronise them with:

dst="${PWD##*/}"-dist;
find -type f -not -path './node_modules*' -a -not -path './.git*' -a -not -path './.idea*' -a -not -path './typings*' -a -not -name '*.ts' -not -name 'ts*' | cpio -pdamv ../"$dst";

Or simply:

cp {*.md,*.js*} ../restify-validators-dist

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.