0.2.0-alpha.24 • Published 6 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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

6 years ago

0.2.0-alpha.23

6 years ago

0.2.0-alpha.22

6 years ago

0.2.0-alpha.21

6 years ago

0.2.0-alpha.20

6 years ago

0.2.0-alpha.19

6 years ago

0.2.0-alpha.18

6 years ago

0.2.0-alpha.17

6 years ago

0.2.0-alpha.16

6 years ago

0.2.0-alpha.14

6 years ago

0.2.0-alpha.13

6 years ago

0.2.0-alpha.12

6 years ago

0.2.0-alpha.11

7 years ago

0.2.0-alpha.10

7 years ago

0.2.0-alpha.9

7 years ago

0.2.0-alpha.8

7 years ago

0.2.0-alpha.7

7 years ago

0.2.0-alpha.6

7 years ago

0.2.0-alpha.5

7 years ago