Code Monkey home page Code Monkey logo

faker's Introduction

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

faker's People

Contributors

awilum avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

pacyl2k19

faker's Issues

@types/faker-js

Is your feature request related to a problem? Please describe.
I'm unable to use typescript with this library without creating my own type defs

Describe the solution you'd like
npm i @types/faker-js or something similar

Additional context

Could not find a declaration file for module '@faker-js/faker'. '$DIR/node_modules/@faker-js/faker/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/faker-js__faker` if it exists or add a new declaration (.d.ts) file containing `declare module '@faker-js/faker';`ts(7016)

Consider Merging with `@faker-js`

Hi! I'm Damien from the @faker-js team. I was just wondering if you had considered merging with @faker-js/faker. If not, more power to you, but I figure the more the merrier.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.