Skip to content

faker-javascript/faker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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