You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-12Lines changed: 6 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Quick Mock Data Generator
2
2
3
-
Need test data quickly? This lightweight utility helps you generate realistic mock data in seconds. Choose from common properties like names, emails, and dates, **or define your own generators**. Perfect for prototypes, tests, and demos where you need meaningful data fast.
3
+
Need test data quickly? This utility helps you generate realistic mock data fast. Choose from common properties like names, emails, and dates, **or define your own generators**. Perfect for prototypes, tests, and demos where you need meaningful data right away.
4
4
5
5
Built on top of `@faker-js/faker`, it provides a simpler interface while maintaining type safety and full TypeScript support.
6
6
7
7
Key features:
8
8
9
9
- 🚀 Quick property selection from common data types
10
-
- 🎯 Generate exactly what you need, nothing more
10
+
- 🎯 Generate exactly what you decide, nothing more
11
11
- 📦 Zero configuration required
12
12
- 🔍 Full TypeScript support with autocompletion
13
13
@@ -39,11 +39,9 @@ This basically returns a function that will create mock data based on a list of
39
39
```typescript
40
40
import { getMocksWith } from'@functions/mock'
41
41
42
-
// Autosuggestion will let you pick the properties you want in your mock objects
0 commit comments