confere.js

0.5.7 • Public • Published

confere.js Build Status

confere.js is a simple promise based javascript validation library heavily inspired by the laravel validation!

For documentation visit https://isneezy.github.io/confere.js/
For issues and feature requests visit the 'issue tracker'.

Building confere.js

Requeriments

  • node.js >= 5
  • npm

Build Steps

git clone git@github.com:isneezy/confere.js.git
cd confere.js
npm install
npm run build

this will build confere.js, confere.js and confere.js.map to lib folder

Continuous development

You can run continuous build that runs the build on file changes by running npm run dev.
If you want to run tests run npm run test

Contributing

Found a bug?
Open an Issue on github, if you fixed yourself, fork the repo, create a branch, commit your changes ad open a pull request.
Please be sure to not include unnecessary changes on your commit and add some test whenever is possible

Credits

Matt Kruse http://www.mattkruse.com/ - For his awesome js date functions found in JavascriptToolbox.com
Diego Perini https://gist.github.com/dperini - Url Regular Expression

Package Sidebar

Install

npm i confere.js

Weekly Downloads

3

Version

0.5.7

License

MIT

Last publish

Collaborators

  • isneezy