Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 430 Bytes

File metadata and controls

14 lines (9 loc) · 430 Bytes

Current Status: This library is NOT ready for experimental usage yet.

Randulate

Randulate is an npm package that simplifies the process of generating fake data for development, testing, and various other use cases. It allows you to create randomized data based on provided specifications and data types.

Installation

You can install Randulate using npm or yarn:

npm install randulate
# or
yarn add randulate