UNPKG

node-input-validator

Version:

validation library for nodejs, inspired by laravel.

11 lines (10 loc) 173 B
language: node_js node_js: - "8.16" install: - npm install - npm install -g codecov script: "npm test" after_success: - npm run coverage - npm run report-coverage