1.0.2 • Published 7 years ago

valif v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Valif - Fluent Validations, easy as 1-2-3

npm version Build Status Codacy Badge Codacy Badge Coverage Status

Getting Started

  1. npm install npm install --save valif

  2. setup your validation rules for an example: TBA

  3. 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}}