All Projects → koorchik → Livr

koorchik / Livr

Language Independent Validation Rules Specification

Labels

Projects that are alternatives of or similar to Livr

challenge-charlie
Frontend code challenge
Stars: ✭ 71 (-72.37%)
Mutual labels:  less
meteor-getting-started
Урок для хабры. Разработка первого метеор приложения.
Stars: ✭ 36 (-85.99%)
Mutual labels:  less
muilessium
UI Framework for simple websites - landings, blogs, etc.
Stars: ✭ 16 (-93.77%)
Mutual labels:  less
question
这是一个答题系统,类似于驾校APP。已经将题目与代码分离,可以将你自己的题目录入使用(目前仅做了单选)。
Stars: ✭ 58 (-77.43%)
Mutual labels:  less
indent.js
Pure code indentation for jsx, tsx, ts, js, html, css, less, scss.
Stars: ✭ 55 (-78.6%)
Mutual labels:  less
react-admin-nest
React和Ant Design和 Nest.js 和 Mysql 构建的后台通用管理系统。持续更新。
Stars: ✭ 123 (-52.14%)
Mutual labels:  less
a-pollo
🎨 The visual CSS style guide for teams
Stars: ✭ 14 (-94.55%)
Mutual labels:  less
jest-runner-stylelint
Stylelint runner for Jest
Stars: ✭ 18 (-93%)
Mutual labels:  less
react-mobx-router4-axios
react + less + webapck config + mobx(store)+ axios + router4
Stars: ✭ 24 (-90.66%)
Mutual labels:  less
vscode-less
🔌 Less intellisense for Variables and Mixins in all Less files.
Stars: ✭ 21 (-91.83%)
Mutual labels:  less
Fluid-Grid
Fluid, Responsive and Semantic grid for Sass (SCSS) or LESS CSS. Supports any number of columns. Gutter width is defined as percentage, and grids can be nested too.
Stars: ✭ 17 (-93.39%)
Mutual labels:  less
docz-plugin-css
This package makes it possible to use preprocessors and css modules on docz
Stars: ✭ 41 (-84.05%)
Mutual labels:  less
assetter
Assets manager for PHP. Allow manage CSS and JS files in website and its dependencies. Also allows refresh cache in browsers by adding revisions of loaded files. Builtin plugins to compile SASS and/or LESS styles to CSS just-in-time.
Stars: ✭ 14 (-94.55%)
Mutual labels:  less
bleh
A web framework with automatic Browserify + Less + Express + Handlebars
Stars: ✭ 47 (-81.71%)
Mutual labels:  less
generator-yeomify-landing
Yeoman generator for landing project powered by Gulp
Stars: ✭ 29 (-88.72%)
Mutual labels:  less
tdesign-common
TDesign style/utils shared by multiple frameworks repo.
Stars: ✭ 70 (-72.76%)
Mutual labels:  less
ng-metro4
Angular components for Metro4 UI library in modern ui style.
Stars: ✭ 34 (-86.77%)
Mutual labels:  less
React Telephone Input
React component for entering and validating international telephone numbers
Stars: ✭ 254 (-1.17%)
Mutual labels:  less
NEUQ-OJ
基于 React 开发的 Online Judge 系统
Stars: ✭ 19 (-92.61%)
Mutual labels:  less
ieaseMusic
网易云音乐第三方🎵
Stars: ✭ 62 (-75.88%)
Mutual labels:  less

Language Independent Validation Rules (v2.0)

Validator meets the following requirements:

  1. Rules are declarative and language independent
  2. Any number of rules for each field
  3. Validator should return together errors for all fields
  4. Exclude all fields that do not have validation rules described
  5. Possibility to validate complex hierarchical structures
  6. Easy to describe and understand validation
  7. Returns understandable error codes (neither error messages nor numeric codes)
  8. Easy to implement own rules (usually you will have several in every project)
  9. Rules should be able to change results output ("trim", "nested_object", for example)
  10. Multipurpose (user input validation, configs validation, contracts programming etc)
  11. Unicode support

Try online

Existing implemenations

Latest LIVR version is 2.0 Previous LIVR version is 0.4

Documentation

Examples

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].