{"id":20360736,"url":"https://github.com/nicolastakashi/fluent-fakerjs","last_synced_at":"2025-05-08T06:32:42.124Z","repository":{"id":57238998,"uuid":"129447702","full_name":"nicolastakashi/fluent-fakerjs","owner":"nicolastakashi","description":"Build Fake Data using FakerJS with a Fluent API","archived":false,"fork":false,"pushed_at":"2018-04-13T21:15:12.000Z","size":46,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-12T21:06:17.244Z","etag":null,"topics":["es6","faker","faker-library","fakerjs","fluentapi","javascript","nodejs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicolastakashi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-13T19:59:41.000Z","updated_at":"2024-03-27T13:40:38.000Z","dependencies_parsed_at":"2022-09-05T08:21:38.041Z","dependency_job_id":null,"html_url":"https://github.com/nicolastakashi/fluent-fakerjs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolastakashi%2Ffluent-fakerjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolastakashi%2Ffluent-fakerjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolastakashi%2Ffluent-fakerjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolastakashi%2Ffluent-fakerjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicolastakashi","download_url":"https://codeload.github.com/nicolastakashi/fluent-fakerjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224708961,"owners_count":17356521,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["es6","faker","faker-library","fakerjs","fluentapi","javascript","nodejs","typescript"],"created_at":"2024-11-14T23:42:48.257Z","updated_at":"2024-11-14T23:42:48.725Z","avatar_url":"https://github.com/nicolastakashi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fluent FakerJS\n\nFluent FakerJS is a module built on top of [FakerJS] to help you write fake date using a fluent api.\n\n## Instaling\n\n```\nyarn add fluentfaker --dev\n\n// or\n\nnpm install fluentfaker --save-dev\n```\n\n## Usage\n\nBuild JSON Object.\n\n```\nimport FluentFaker from 'fluentfaker'\n\nconst object = FluentFaker.make()\n      .rule('name', rule =\u003e rule.name.findName())\n      .rule('email', rule =\u003e rule.internet.email())\n      .rule('jobtitle', rule =\u003e rule.name.jobTitle())\n      .build();\n```\n\nBuild Form Data\n\n```\nimport FluentFaker from 'fluentfaker'\n\nconst object = FluentFaker.make()\n      .rule('name', rule =\u003e rule.name.findName())\n      .rule('email', rule =\u003e rule.internet.email())\n      .rule('jobtitle', rule =\u003e rule.name.jobTitle())\n      .buildAsFormData();\n```\n\n## Rules available\n\nVisit [FakerJS] page to get more details about all methods that can be used in Fluent Faker rules.\n\n[fakerjs]: https://github.com/Marak/faker.js\n\n## Tests\n\n```\nyarn\n\nyarn test\n```\n\n## Building Fluent FakerJS\n\nFluent FakerJS uses typescript and yarn, you just need run `yarn` to install dependencies and you're welcome to fix a bug or add a new feature.\n\nFeel free to open a issue or send a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolastakashi%2Ffluent-fakerjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicolastakashi%2Ffluent-fakerjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolastakashi%2Ffluent-fakerjs/lists"}