Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-xzy/ts-faker
🃏 Use typescript fake data for your system.
https://github.com/j-xzy/ts-faker
jsonschema mock typescript
Last synced: 3 months ago
JSON representation
🃏 Use typescript fake data for your system.
- Host: GitHub
- URL: https://github.com/j-xzy/ts-faker
- Owner: j-xzy
- Created: 2019-07-24T08:56:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T00:29:26.000Z (about 5 years ago)
- Last Synced: 2024-10-01T05:01:23.495Z (3 months ago)
- Topics: jsonschema, mock, typescript
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🃏 ts-faker
[![npm version](https://badge.fury.io/js/ts-faker.svg)](https://badge.fury.io/js/ts-faker)
[![Build Status](https://travis-ci.org/whj1995/ts-faker.svg?branch=master)](https://travis-ci.org/whj1995/ts-faker)> Use typescript fake data for your system.
- You can find examples for all features in the [test examples](https://github.com/whj1995/ts-faker/tree/master/test).
![](https://raw.githubusercontent.com/whj1995/images-host/master/tsfaker2.gif)
## Basic usage
``` ts
import fake from 'ts-faker';const data = fake([
'/path/to/some.d.ts',
'/path/to/other.d.ts'
]);
```