File tree 1 file changed +20
-2
lines changed
1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
# DataGenerator [ ![ Build] ( https://github.com/Akatsuki06/DataGenerator/actions/workflows/workflow-main.yaml/badge.svg )] ( https://github.com/Akatsuki06/DataGenerator/actions/workflows/workflow-main.yaml )
2
- This tool can be used to generate data from a yaml schema. This is particularly useful for testing where high volume of mockup data is required.
2
+ This tool can be used to generate data from a yaml schema. This is particularly useful in applications where high volume of mockup data is required.
3
3
4
4
5
5
## Usage
6
6
7
+ It can be used as a maven dependency or an executable jar
8
+ - To use it as a maven dependency
9
+
7
10
``` xml
8
11
<dependency >
9
12
<groupId >com.github.akatsuki06</groupId >
10
13
<artifactId >data-generator</artifactId >
11
- <version >{version} </version >
14
+ <version >0.0.1 </version >
12
15
</dependency >
13
16
```
17
+ - To use it as an executable jar download the latest jar ` data-generator-0.0.1-exec.jar `
18
+
19
+ ` java -jar data-generator-0.0.1-exec.jar --datagen.schema.path=/path-to-schema/ --datagen.out.path=/output-path/ `
20
+
21
+
22
+ ## Schema
23
+ - Checkout sample schema in ` test/resources `
24
+
25
+
26
+ --TBD--
27
+
28
+
29
+ ## Documentation
30
+
31
+ --TBD--
You can’t perform that action at this time.
0 commit comments