Gherkin to Markdown is a CLI-based tool that is used to convert Gherkin (feature) files to Markdown.
In the root of the project, run mvn clean install.
Copy spk-gherkin-to-md-*-jar-with-dependencies.jar* from target/ to the directory you want to run it from.
You can then run it with:
java -jar spk-gherkin-to-md-*-jar-with-dependencies.jar <path>Example:
java -jar spk-gherkin-to-md-*-jar-with-dependencies.jar /a/path/blablaWhen the path is a file, the file will be converted to Markdown. When a directory is provided, the program will recursively traverse the directory structure and convert all the feature files to Markdown.
mvn jgitflow:release-startmvn jgitflow:release-finish