0.4.0 • Published 3 years ago

@rocketmakers/validation v0.4.0

Weekly downloads
998
License
ISC
Repository
gitlab
Last release
3 years ago

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