Faker.js template helpers.
This addon provides helpers that can assist with adding fake/fixture data to your applications. This can be especially useful when scaffolding your application or building demos.
ember install ember-fakerjs
The list of helpers available are:
faker-fake
use this to generate content by directly using thefaker
APIfaker-random
utility that provides parameterized access to therandom
subsection of thefaker
APIfaker-text
,faker-sentence
,faker-sentences
- generate lorem content
Example usage:
This addon provides the ability to import faker as an ES6 module.
import faker from "faker";
- Ember.js v3.20 or above
- Node.js v12 or above
See the Contributing guide for details.
This project is licensed under the MIT License.