0.2.0-alpha.24 • Published 5 years ago

@manta-style/mock-faker v0.2.0-alpha.24

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@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 call faker.method.path() to generate the mock data
0.2.0-alpha.24

5 years ago

0.2.0-alpha.23

5 years ago

0.2.0-alpha.22

5 years ago

0.2.0-alpha.21

5 years ago

0.2.0-alpha.20

5 years ago

0.2.0-alpha.19

5 years ago

0.2.0-alpha.18

5 years ago

0.2.0-alpha.17

5 years ago

0.2.0-alpha.16

5 years ago

0.2.0-alpha.14

5 years ago

0.2.0-alpha.13

5 years ago

0.2.0-alpha.12

5 years ago

0.2.0-alpha.11

5 years ago

0.2.0-alpha.10

5 years ago

0.2.0-alpha.9

5 years ago

0.2.0-alpha.8

5 years ago

0.2.0-alpha.7

6 years ago

0.2.0-alpha.6

6 years ago

0.2.0-alpha.5

6 years ago