@manta-style/mock-faker
v0.2.0-alpha.24
Published
Manta Style Mock Plugin - Faker
Downloads
4
Readme
@manta-style/mock-faker
Installation
$ npm install --save-dev @manta-style/mock-fakerUsage
/**
* @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
Stringtype, will call faker.fake to generate mock data - For
Numbertype, will callfaker.method.path()to generate the mock data
