Skip to content

compose-dev/faker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faker

Faker is a pure Node.js library for generating fake data. It's an excellent tool for testing and development, with built-in modules for generating data like names, addresses, phone numbers, and more.

It's inspired by the popular library of the same name, faker.js. We recommend most people continue using that library instead of this one. This library is a smaller, more focused library for use cases specific to Compose.

Installation

# npm
npm install @composehq/faker

# yarn
yarn add @composehq/faker

# pnpm
pnpm add @composehq/faker

Usage

About

Open-source, zero-dependency library for generating fake data for typescript

Resources

License

Stars

Watchers

Forks

Packages

No packages published