Skip to content

Commit 64565fa

Browse files
author
root
committed
release(randumb): publish 2.0.4
1 parent 5788102 commit 64565fa

2 files changed

Lines changed: 26 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,23 @@
55
[![License: MIT](https://img.shields.io/badge/license-MIT-A0573A.svg)](LICENSE)
66
[![Node ≥14](https://img.shields.io/badge/node-%E2%89%A514-1F1A14)](package.json)
77

8-
**[Homepage](https://extensions.voiddo.com/randumb/?ref=randumb-readme)** · **[GitHub](https://github.com/voidd0/randumb)** · **[npm](https://www.npmjs.com/package/@v0idd0/randumb)** · **[All tools](https://tools.voiddo.com/?ref=randumb-catalog-readme)** · **[Contact](mailto:support@voiddo.com)**
8+
**[Web app](https://tools.voiddo.com/randumb/?ref=randumb-readme)** · **[Compare with Faker.js](https://tools.voiddo.com/randumb/compare/faker-js/?ref=randumb-readme)** · **[Browser extension](https://extensions.voiddo.com/randumb/?ref=randumb-readme)** · **[GitHub](https://github.com/voidd0/randumb)** · **[npm](https://www.npmjs.com/package/@v0idd0/randumb)** · **[All tools](https://tools.voiddo.com/?ref=randumb-catalog-readme)** · **[Contact](mailto:support@voiddo.com)**
99

1010
---
1111

1212
**Locale-consistent random test data.** 58 locales, 5000+ real names. Country ⟺ phone prefix ⟺ currency ⟺ city are coupled: Russia → Ivan Petrov / +7 / RUB / Moscow. Moldova → Tudor Popa / +373 / MDL / Chișinău. No Russian Johns. No Moldovan shekels. No "San Jose, Arizona". Slavic female surnames are properly inflected. Credit cards are Luhn-valid. Everything is English-Latin, seeded for reproducibility.
1313

1414
Free forever gift from [vøiddo](https://voiddo.com).
1515

16+
## Compare with Faker.js
17+
18+
If you need broad Node.js fake data, Faker.js is the standard.
19+
If you need one thing that stays locale-consistent, randumb is the faster fit.
20+
21+
- Faker.js gives you huge module coverage and TypeScript types.
22+
- randumb gives you 58 locales, seeded fixtures, and country/phone/currency/city coupling by default.
23+
- If you want the side-by-side breakdown, open [randumb vs Faker.js](https://tools.voiddo.com/randumb/compare/faker-js/?ref=randumb-readme).
24+
1625
```
1726
$ randumb user --locale ru
1827
{

package.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@v0idd0/randumb",
3-
"version": "2.0.3",
4-
"description": "randumb — locale-consistent random test data. 58 locales, 5000+ real names, coupled to country + phone prefix + currency + city → no Russian Johns, no Moldovan shekels, no John Smiths in Kazan. Seeded RNG, Luhn-valid credit cards, gender-inflected Slavic surnames, Latin-only output. Free forever from vøiddo.",
3+
"version": "2.0.4",
4+
"description": "randumb — locale-consistent random test data generator and Faker.js alternative. 58 locales, 5000+ real names, coupled to country + phone prefix + currency + city → no Russian Johns, no Moldovan shekels, no John Smiths in Kazan. Seeded RNG, Luhn-valid credit cards, gender-inflected Slavic surnames, Latin-only output. Free forever from vøiddo.",
55
"main": "src/generator.js",
66
"bin": {
77
"randumb": "./bin/randumb.js"
@@ -12,14 +12,28 @@
1212
"keywords": [
1313
"random",
1414
"faker",
15+
"faker-js",
16+
"faker-alternative",
17+
"fake-data",
18+
"fake-data-generator",
19+
"mock-data",
1520
"mock",
1621
"fixtures",
22+
"test-fixtures",
1723
"test-data",
24+
"test-data-generator",
1825
"seeder",
26+
"data-seeding",
1927
"generator",
2028
"locale",
29+
"locale-aware",
30+
"country-aware",
2131
"i18n",
2232
"cli",
33+
"browser-form-filler",
34+
"form-filler",
35+
"synthetic-data",
36+
"synthetic-fixtures",
2337
"voiddo"
2438
],
2539
"author": "vøiddo <support@voiddo.com> (https://voiddo.com)",

0 commit comments

Comments
 (0)