@manta-style/mock-faker
v0.2.0-alpha.24
Published
Manta Style Mock Plugin - Faker
Downloads
58
Readme
@manta-style/mock-faker
Installation
$ npm install --save-dev @manta-style/mock-faker
Usage
/**
* @faker {{internet.userName}}
*/
userName: string;
/**
* @faker {{address.city}}, {{address.state}}, {{address.country}}
*/
address: string;
/**
* @faker date.past
*/
lastLoggedIn: number;
- Use faker.js to generate mock data
- for
String
type, will call faker.fake to generate mock data - For
Number
type, will callfaker.method.path()
to generate the mock data