@rabbitcc/faker
v0.0.6
Published
Faker tool
Downloads
4
Readme
faker
[WIP] Available apis:
- basic
- [x]
boolean()
- [x]
- number
- [x]
number({ min, max float })
- [x]
float({ min, max, fixed })
- [x]
integer({ min, max })
- [x]
natural({ min, max })
- [x]
- string
- [x]
char()
- [x]
string({ min, max })
- [x]
letter({ upcase })
- [x]
symbol()
- [x]
- text
- [x]
char({ upcase })
- [x]
word({ locale, min, max })
- [x]
sentence({ locale, min, max })
- [x]
title({ locale, min, max })
- [x]
paragraph({ locale, min, max })
- [x]
password({ locale, min, max })
- [x]
- date
- [x]
date({ min, max })
- [x]
ago({ locale, number })
- [x]
- person
- [x]
firstname({ locale })
- [x]
lastname({ locale, sex, len })
- [x]
fullname({ firstname, lastname, locale, gender, length })
- [x]
avatar()
- [x]
- phone
- [x]
teloperators()
- [x]
phone({ operator, country, network, area, user, format })
- [x]
- location
- [x]
province()
- [x]
prefecture({ province, full, format})
- [x]
country({ province, prefecture, full, format})
- [x]
address({ province, prefecture, county, street, road, format})
- [x]
- web
- [x]
email({ local, domain })
- [x]