cv-plugin-example

0.2.0 • Public • Published

Example Plugin for Composed Validations Library

Build Status

This is a example plugin. Clone this repo and create your own plugin for the composed validations library.

Installation

npm install cv-plugin-example

How to Use

var validations = require('composed-validations');
var helloValidator = require('cv-plugin-example')(validations);
 
var validator = helloValidator()
 
validator.test("hello") // will return hello (valid)
validator.test("world") // false (will throw an error with the error message: is not a hello text)
 

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License

Package Sidebar

Install

npm i cv-plugin-example

Weekly Downloads

4

Version

0.2.0

License

MIT

Last publish

Collaborators

  • djalmaaraujo