Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 370 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 370 Bytes

Data Generator

A data generator tool that will generate random data to CSV files.

Prerequisites

You should have installed node.js and yarn package manager.

How to run the scrip?

Install dependencies

$ yarn install

Build script

$ yarn build

Run script

$ yarn start

The result are generated data in ./data folder.