Options (5)
-v, --verbosebooleanExecute an Inkfile and show detailed information
Example:
inkmake {{[-v|--verbose]}} {{path/to/Inkfile}}-s, --svgbooleanExecute an Inkfile, specifying SVG input file(s) and an output file
Example:
inkmake {{[-s|--svg]}} {{path/to/file.svg}} {{[-o|--out]}} {{path/to/output_image}} {{path/to/Inkfile}}-o, --outbooleanExecute an Inkfile, specifying SVG input file(s) and an output file
Example:
inkmake {{[-s|--svg]}} {{path/to/file.svg}} {{[-o|--out]}} {{path/to/output_image}} {{path/to/Inkfile}}-i, --inkscapebooleanUse a custom Inkscape binary as the backend
Example:
inkmake {{[-i|--inkscape]}} {{/Applications/Inkscape.app/Contents/Resources/bin/inkscape}} {{path/to/Inkfile}}-h, --helpbooleanDisplay help
Example:
inkmake {{[-h|--help]}}Examples (5)
Export an SVG file executing the specified Inkfile
inkmake path/to/InkfileExecute an Inkfile and show detailed information
inkmake [-v|--verbose] path/to/InkfileExecute an Inkfile, specifying SVG input file(s) and an output file
inkmake [-s|--svg] path/to/file.svg [-o|--out] path/to/output_image path/to/InkfileUse a custom Inkscape binary as the backend
inkmake [-i|--inkscape] /Applications/Inkscape.app/Contents/Resources/bin/inkscape path/to/InkfileDisplay help
inkmake [-h|--help]made by @shridhargupta | data from tldr-pages