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-fakeuse this to generate content by directly using thefakerAPIfaker-randomutility that provides parameterized access to therandomsubsection of thefakerAPIfaker-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.