Using Synthale

synthale

Synthale converts BeerXML files to markdown.

synthale [OPTIONS] COMMAND [ARGS]...

generate

Generate markdown files from BeerXML files.

INPUT_PATH is either a directory containing XML files, or an individual XML file. OUTPUT_PATH is the directory to write the markdown files to.

synthale generate [OPTIONS] INPUT_PATH OUTPUT_PATH

Options

-v, --vol-unit <vol_unit>

Unit to display volumes in. Default is gallons.

-H, --hop-unit <hop_unit>

Unit to display hop masses in. Default is ounces.

-f, --fermentable-unit <fermentable_unit>

Unit to display fermentable masses in. Default is pounds.

-f, --temp-unit <temp_unit>

Unit to display temperatures in. Default is fahrenheit.

Arguments

INPUT_PATH

Required argument

OUTPUT_PATH

Required argument

version

Print version and exit.

synthale version [OPTIONS]