Cli-app that provides simple way to generate a table of contentens for your markdown
Java 8+
maven 3.5+
enabled annotation processor
You can run cli-app and generate markdown by command below, where "fromFile" is correct file path
java -jar jarname.jar -from=<fromFile>
For example, you can just do this under terminal
cd target
java -jar MarkDownGenerator-1.0-SNAPSHOT-jar-with-dependencies.jar -from="C:\Users\Desktop\markdown.txt"
To make jar use(jar will be ready for usage in /target: MarkDownGenerator-1.0-SNAPSHOT-jar-with-dependencies.jar)
mvn packagehttps://github.com/ampiq/MarkdownTocGenerator/releases/tag/1.0.0
David Guyo