Skip to content

Commit c1894f6

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

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
# tinystruct maven archetype
22

33
This archetype creates a minimal tinystruct application.
4+
## Quick usage
45
```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
6+
mvn archetype:generate -DarchetypeGroupId=org.tinystruct -DarchetypeArtifactId=tinystruct-archetype -DarchetypeVersion=1.0.0 -DgroupId=com.mycompany -DartifactId=my-tiny-app -Dpackage=com.mycompany.app -DtinystructVersion=1.7.11 -DinteractiveMode=false
147
```
158

16-
## Usage (after installing the archetype locally)
9+
## Usage with installing the archetype locally
1710

1811
1. Install the archetype into your local Maven repository:
1912

0 commit comments

Comments
 (0)