13.0.0 • Published 5 months ago

dummy-data-khair v13.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 dummy-data-khair

Usage

import generateDummyData from "dummy-data-khair";

function App() {

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

  const dummyData = generateDummyData(5, fields);

  return <>{console.log(dummyData)}</>;
}

export default App;

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.

13.0.0

5 months ago

12.0.0

5 months ago

11.0.0

5 months ago

10.0.0

5 months ago

9.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

8.0.0

5 months ago