Validation
A validation builder based library for use on server-side projects.
Release process
Set-up
npm i -g npm@latest
npm i
Release
Make sure your git is clean
npm run prepare-release
git add .
git commit
git tag v{{MAJOR}}.{{MINOR}}.{{PATCH}}
git push
git push --tags
usage
npm i @rocketmakers/validation