Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.39 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.39 KB

Faker


A set of javascript packages that generates fake data for you.

Version node-current License

Install

Install all faker packages.

npm

npm install @fakerjs/faker --save-dev

yarn

yarn add @fakerjs/faker -D

Usage

import faker from '@fakerjs/faker';

faker().animal();
//=> Snow Leopard

faker().gender();
//=> Female

faker().profession();
//=> Software Engineer

// etc...

Browse all faker javascript packages

License

The MIT License (MIT) Copyright (c) Sergey Romanenko