SkillAgentSearch skills...

Falso

All the Fake Data for All Your Real Needs 🙂

Install / Use

/learn @ngneat/Falso
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <img width="20%" height="20%" src="logo.png"> </p>

All the Fake Data for All Your Real Needs 🙂

Create massive amounts of fake data in the browser and NodeJS. Tree Shakeable & Fully Typed.

<hr /> <p align="center">

@ngneat/falso commitizen PRs coc-badge semantic-release styled with prettier

</p>

✅  205 Functions
✅  Tree Shakable
✅  Fully Typed
✅  Factory Functions
✅  Entity Functions
✅  Single and Array Result

🤓 Learn about it on the docs site <br>

Sponsoring ngneat

Sponsorships aid in the continued development and maintenance of ngneat libraries. Consider asking your company to sponsor ngneat as its core to their business and application development.

Gold Sponsors

Elevate your support by becoming a Gold Sponsor and have your logo prominently featured on our README in the top 5 repositories.

Silver Sponsors

Boost your backing by becoming a Gold Sponsor and enjoy the spotlight with your logo prominently showcased in the top 3 repositories on our README.

Bronze Sponsors

<a href="https://houseofangular.io" target="_blank"> <img src="https://github.com/ngrx/platform/blob/main/projects/ngrx.io/src/assets/images/sponsors/house-of-angular.png" width="50px" height="50px" alt="House of Angular" /> </a>

Become a bronze sponsor and get your logo on our README on GitHub.

StackBlitz

Open in StackBlitz

Installation

npm i @ngneat/falso
yarn add @ngneat/falso

Usage

import { randEmail, randFullName } from '@ngneat/falso';

const user = { email: randEmail(), name: randFullName() };

const emails = randEmail({ length: 10 });

You can specify the length of elements you want to generate. Below is an example of generating 10 emails with length equal or smaller than 20 characters.

const emails = randEmail({ length: 10, maxCharCount: 20 });

Setting a Randomness Seed

You can set your own seed if you want consistent results:

import { rand, seed } from '@ngneat/falso';

seed('some-constant-seed');

// Always returns 2
rand([1, 2, 3, 4, 5]);

// Reset random seed
seed();

Contribute

  • Go over the steps in this guide
  • Add a new falso

contribute

  • Use npm run c and choose the right answers
<div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>

Contributors

Thanks to awesome contributors! ❤️

<a href="https://github.com/ngneat/falso/graphs/contributors"> <img src="https://contrib.rocks/image?repo=ngneat/falso" /> </a>

Made with contrib.rocks.

Related Skills

View on GitHub
GitHub Stars3.3k
CategoryDevelopment
Updated2d ago
Forks120

Languages

TypeScript

Security Score

100/100

Audited on Mar 23, 2026

No findings