[block:html] { "html": "<div class=\"shieldbadge\">

<iframe src=\"https://ghbtns.com/github-btn.html?user=peterKaleta&repo=fixture-factory&type=star&count=true\" frameborder=\"0\" scrolling=\"0\" width=\"170px\" height=\"20px\"></iframe>

</div>

<div class=\"shieldbadge\">

<img src=\"https://img.shields.io/github/release/peterKaleta/fixture-factory.svg\"/>

</div>

<div class=\"shieldbadge\">

<div class=\"shieldbadge\">

<img src=\"https://travis-ci.org/peterKaleta/fixture-factory.svg\"/>

</div>





<style>

div{

background: transparent !important;

}

.shieldbadge{

margin-right: 15px;

max-width: 90px;

display: inline-block;

vertical-align: top;

}

</style>" } [/block] Fixture factory is designed to assist you with generating massive (or not) amounts of `well structured random data` to use in your `tests`, `examples` and `wireframes`. As simple as [block:code] { "codes": [ { "code": "fixtureFactory.generate({

username: 'internet.username',

email: 'internet.email',

image: 'image.avatar'

}, 10);", "language": "javascript" } ] } [/block] We do that by providing a handy interface for [faker.js](https://github.com/marak/Faker.js) created by [Marak](https://twitter.com/marak). All this said, let's start with [installing](doc:getting-started) fixture-factory and [generating your first fixture.](doc:generate-basic-stuff). [block:api-header] { "type": "basic", "title": "Roadmap" } [/block] - [DONE] rewrite to es7 - plugin to scrape `dataModels` right from PosgreSQL schema - provide your own generator methods - provide api for accessing and manipulating registered `dataModels`