File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- # Mobkit TypeScript
1+ # Mobikit TypeScript
22
3- ![ npm version] ( https://img.shields.io/npm/v/mobkit -typescript.svg )
4- ![ License] ( https://img.shields.io/npm/l/mobkit -typescript.svg )
5- ![ Downloads] ( https://img.shields.io/npm/dt/mobkit -typescript.svg )
3+ ![ npm version] ( https://img.shields.io/npm/v/mobikit -typescript.svg )
4+ ![ License] ( https://img.shields.io/npm/l/mobikit -typescript.svg )
5+ ![ Downloads] ( https://img.shields.io/npm/dt/mobikit -typescript.svg )
66![ TypeScript] ( https://img.shields.io/badge/TypeScript-Ready-blue.svg )
77
88A lightweight, flexible validation library for TypeScript applications with customizable rules and multilingual support.
99
1010## 📦 Installation
1111
1212``` bash
13- npm install mobkit -typescript
13+ npm install mobikit -typescript
1414```
1515
1616## 🚀 Basic Usage
1717
1818``` typescript
19- import { Validator } from ' mobkit -typescript' ;
19+ import { Validator } from ' mobikit -typescript' ;
2020
2121// Create a validator instance (default locale is 'en')
2222const validator = new Validator ();
@@ -116,7 +116,7 @@ validateForm();
116116
117117## 🌐 Multilingual Support
118118
119- mobkit TypeScript supports multiple languages for error messages:
119+ mobikit TypeScript supports multiple languages for error messages:
120120
121121``` typescript
122122// Create a validator with a specific locale
Original file line number Diff line number Diff line change 11{
2- "name" : " mobkit -typescript" ,
3- "version" : " 1.0.1 " ,
2+ "name" : " mobikit -typescript" ,
3+ "version" : " 1.0.0 " ,
44 "description" : " TypeScript validation library with customizable rules and multilingual support for validating user inputs efficiently." ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
1515 "license" : " MIT" ,
1616 "repository" : {
1717 "type" : " git" ,
18- "url" : " git+https://github.com/Armnajafi/mobkit -typescript.git"
18+ "url" : " git+https://github.com/Armnajafi/mobikit -typescript.git"
1919 },
2020 "bugs" : {
21- "url" : " https://github.com/Armnajafi/mobkit -typescript/issues"
21+ "url" : " https://github.com/Armnajafi/mobikit -typescript/issues"
2222 },
23- "homepage" : " https://github.com/Armnajafi/mobkit -typescript#readme" ,
23+ "homepage" : " https://github.com/Armnajafi/mobikit -typescript#readme" ,
2424 "devDependencies" : {
2525 "@types/jest" : " ^29.5.0" ,
2626 "@types/node" : " ^18.15.11" ,
You can’t perform that action at this time.
0 commit comments