0.0.6 • Published 6 years ago

@rabbitcc/faker v0.0.6

Weekly downloads
1
License
GPL-3.0
Repository
-
Last release
6 years ago

faker

WIP Available apis:

  • basic
    • boolean()
  • number
    • number({ min, max float })
    • float({ min, max, fixed })
    • integer({ min, max })
    • natural({ min, max })
  • string
    • char()
    • string({ min, max })
    • letter({ upcase })
    • symbol()
  • text
    • char({ upcase })
    • word({ locale, min, max })
    • sentence({ locale, min, max })
    • title({ locale, min, max })
    • paragraph({ locale, min, max })
    • password({ locale, min, max })
  • date
    • date({ min, max })
    • ago({ locale, number })
  • person
    • firstname({ locale })
    • lastname({ locale, sex, len })
    • fullname({ firstname, lastname, locale, gender, length })
    • avatar()
  • phone
    • teloperators()
    • phone({ operator, country, network, area, user, format })
  • location
    • province()
    • prefecture({ province, full, format})
    • country({ province, prefecture, full, format})
    • address({ province, prefecture, county, street, road, format})
  • web
    • email({ local, domain })
0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago