UNPKG

validatees

Version:

βœ… Validation library for ES6+ modules

61 lines (43 loc) β€’ 2.31 kB
# **validatees** [![Bundle size](https://img.shields.io/bundlephobia/min/validatees/latest?style=for-the-badge&color=3178c6)](https://bundlephobia.com/package/validatees@latest)&nbsp; ![Downloads](https://img.shields.io/npm/dt/validatees?style=for-the-badge)&nbsp; [![License](https://img.shields.io/npm/l/validatees?style=for-the-badge&color=efb103)](https://github.com/m10rten/validatees/blob/main/LICENSE)&nbsp; [![Version](https://img.shields.io/npm/v/validatees?style=for-the-badge&color=cb3837&logo=npm)](https://www.npmjs.com/package/validatees)&nbsp; [![GitHub Repo stars](https://img.shields.io/github/stars/m10rten/validatees?color=E9E9E9&logo=Github&style=for-the-badge)](https://www.github.com/m10rten/validatees)&nbsp; ![GitHub issues](https://img.shields.io/github/issues-raw/m10rten/validatees?label=issues&style=for-the-badge) Validation package for ES6+, TypeScript and JavaScript(CommonJS and Module) ready. # Features - πŸš€**Easy to use**: Easy to install in your project. - βœ…**ES6+ && TS**: TypeScript and ES6+ support(JS). - 🐭**Small footprint**: With less then 20kb, you won't even notice. - πŸ“¦**No dependencies**: You don't depend on anything else. # Getting Started ## Installation To use this package, **install** using `npm`, `yarn` or `pnpm`πŸ“₯: ```bash # npm npm install validatees # yarn yarn add validatees # pnpm pnpm install validatees ``` ## Usage ```js // ES6+ JavaScript CommonsJs const validatees = require("validatees"); // TypeScript || ES6+ JavaScript module import validatees from "validatees"; ``` # Documentation For more information, please visit the [documentation](https://github.com/m10rten/validatees#readme). # Contributing Found a bug🦟? or want to suggest a new featureπŸ†•? or just want to helpπŸ†˜? </br> Feel free to open an issue or a pull request. Contributions are always welcome!πŸŽ‰ - Fork the project [here](https://github.com/m10rten/validatees/fork). - Create a new branch like this: `git checkout -b feature/featureName`. - Commit your changes to your branch: `git commit -m 'Create AwesomeFeature'`βš™οΈ. - Push your branch: `git push origin feature/featureName`. - Open a pull request on the `dev` branch [here](https://github.com/m10rten/validatees/pulls)πŸ”ƒ. πŸ“’**Note:** Make sure to add tests for your changes βœ….