Skip to content

Commit 14e3dc5

Browse files
committed
chore: README review
1 parent ce99f3d commit 14e3dc5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# bare-minimum-github-repo-java-maven
1+
# Base Minimum GitHub repo - Java Maven Edition
2+
3+
Minimum quality guidelines for maintainable GitHub projects, edited for Java Maven.
4+
5+
## Appendix A : Creation command
26

37
This is a sample project configured using [fj-doc-maven-plugin init plugin](https://venusdocs.fugerit.org/guide/#maven-plugin-goal-init).
48

9+
This project was created with the command :
10+
11+
```shell
12+
mvn org.fugerit.java:fj-doc-maven-plugin:init \
13+
-DgroupId=org.fugerit.java.demo \
14+
-DartifactId=bare-minimum-github-repo-java-maven
15+
```

0 commit comments

Comments
 (0)