8.0.0 • Published 5 months ago

@yogesh.exe/dummy-data v8.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

#@yogesh.exe/dummy-data

License: MIT

Generate customizable dummy data arrays with ease! @yogesh.exe/dummy-data is a lightweight npm package that simplifies the creation of dummy data for your testing and development needs.

Installation

npm install @yogesh.exe/dummy-data

Usage

const genrateData = require('@yogesh.exe/dummy-data');

const fields = [
  { name: 'name', type: 'string' },
  { name: 'age', type: 'number' },
  { name: 'avatar', type: 'image' },
];

const dummyData = genrateData(5, fields);
console.log(dummyData);

License This project is licensed under the MIT License - see the LICENSE file for details.

Contributing If you would like to contribute to this project, please follow the Contributing Guidelines.

Author Yogesh Khair Vashisth.

8.0.0

5 months ago

7.0.0

5 months ago

6.0.0

5 months ago

5.0.0

5 months ago

4.0.0

5 months ago

3.0.0

5 months ago

2.0.0

5 months ago

1.0.0

5 months ago