@opendsr/seedfaker-cli
v0.4.0-alpha.1
Published
CLI for seedfaker — deterministic synthetic data generator
Maintainers
Readme
@opendsr/seedfaker-cli
CLI for seedfaker via npm — deterministic synthetic data with 200+ fields, 68 locales, multi-table FK, and streaming.
CLI · Node.js · Python · Browser/WASM · Go · PHP · Ruby · MCP
Install
npm install -g @opendsr/seedfaker-cliOr via npx:
npx @opendsr/seedfaker-cli name email phone -n 5 --seed demo --until 2025Usage
seedfaker name email phone --seed ci --until 2025 -n 10
seedfaker name email --format csv -n 10000 --seed ci --until 2025 > fixtures.csv
seedfaker run nginx -n 0 --rate 5000 --seed prod
seedfaker replace name email < users.csv > anonymized.csvDocumentation
- CLI reference
- Field reference (200+ fields)
- Guides — library usage, seed databases, mock APIs, anonymize data, NER training
- Full documentation
Disclaimer
This software generates synthetic data that may resemble real-world identifiers, credentials, or personal information. All output is artificial. See LICENSE for the full legal disclaimer.
