An open API service indexing awesome lists of open source software.

https://github.com/cahnory/copr-field

Input parser and value validator
https://github.com/cahnory/copr-field

Last synced: 12 months ago
JSON representation

Input parser and value validator

Awesome Lists containing this project

README

          

# ✨ copr-field

copr-field is a library for parsing and validating user inputs. It allows you to define rules that your inputs must follow and provides you with detailed information when they don’t.

![license](https://img.shields.io/github/license/cahnory/copr-field)
![npm version](https://img.shields.io/npm/v/copr-field)
![minzippd size](https://img.shields.io/bundlephobia/minzip/copr-field)
![dependencies](https://img.shields.io/david/cahnory/copr-field?path=packages%2Fcopr-field)

## Table of Contents

- [Installation](#installation)
- [Documentation](#documentation)
- [Contributors](#contributors)
- [License](#license)

## Installation

```bash
$ npm install copr-field --save
```

## Documentation

### copr-field

- [Getting Started](packages/copr-field/documentation/getting-started.md)
- [Guides](packages/copr-field/documentation/guides/README.md)
- [API Reference](packages/copr-field/documentation/api/README.md)

### @copr-field/react

- [API Reference](packages/copr-field-react/documentation/api/README.md)

## Contributors

- [Jérémy De la casa](https://github.com/jeremydelacasa) – for finding the awesome _copper-field_ name and the definitive one accepted by npm.

## License

copr-field is MIT licensed, as found in the [LICENSE](LICENSE.md) file.