Skip to content

Commit 554d3d5

Browse files
authored
Update README.md
1 parent dca747c commit 554d3d5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# tinystruct maven archetype
22

33
This archetype creates a minimal tinystruct application.
4+
```cmd
5+
mvn archetype:generate \
6+
-DarchetypeGroupId=org.tinystruct \
7+
-DarchetypeArtifactId=tinystruct-archetype \
8+
-DarchetypeVersion=1.0.0 \
9+
-DgroupId=com.mycompany \
10+
-DartifactId=my-tiny-app \
11+
-Dpackage=com.mycompany.app \
12+
-DtinystructVersion=1.7.11 \
13+
-DinteractiveMode=false
14+
```
415

516
## Usage (after installing the archetype locally)
617

0 commit comments

Comments
 (0)