0.0.19 • Published 1 year ago

@offscale/restify-validators v0.0.19

Weekly downloads
22
License
(Apache-2.0 OR MI...
Repository
github
Last release
1 year ago

restify-validators

License NPM version 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.

0.0.19

1 year ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.1

6 years ago