@ngneat/falso
TypeScript icon, indicating that this package has built-in type declarations

6.4.0 • Public • Published

All the Fake Data for All Your Real Needs 🙂

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


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

 201 Functions
 Tree Shakable
 Fully Typed
 Factory Functions
 Entity Functions
 Single and Array Result

🤓 Learn about it on the docs site
🔥 Run it on Stackblitz
🎁 Generate data using Fako

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 });

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
Icons made by Freepik from www.flaticon.com

Install

npm i @ngneat/falso

DownloadsWeekly Downloads

83,964

Version

6.4.0

License

MIT

Unpacked Size

933 kB

Total Files

299

Last publish

Collaborators

  • netanel-ngneat
  • itayod
  • shahar.kazaz