valif
v1.0.2
Published
Making JS validations as easy as 1-2-3
Downloads
7
Maintainers
Readme
Valif - Fluent Validations, easy as 1-2-3
Getting Started
npm install
npm install --save valif
setup your validation rules for an example: TBA
start validating 🎉
Glossery
Runner
TBA
ValidationRule & Rules Object
TBA
OOTB Validations
TBA
Coming up next
- thickening of the infrastructure
- more tests
- add "binding" of messages with rules
- improve terminology
Contributions
you are all welcome to contribute and PR me freely
.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}