This ember addon allows the use of the validate.js library in ember apps.
As any other addon:
ember install ember-lodash
import validate from 'validate';
Then you can use the validate
object as is in the docs.
This addon is greatly inspired in ember-lodash from Mike North which fulfills a similar purpose.