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
- Host: GitHub
- URL: https://github.com/cahnory/copr-field
- Owner: cahnory
- License: mit
- Created: 2020-03-17T09:57:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:29:04.000Z (over 3 years ago)
- Last Synced: 2025-05-23T15:49:30.341Z (about 1 year ago)
- Language: JavaScript
- Size: 3.08 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.




## 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.