commands.sh

inkmake

all

GNU Makefile-style SVG exporting using Inkscape's backend.

More info →

Options (5)

-v, --verboseboolean

Execute an Inkfile and show detailed information

Example: inkmake {{[-v|--verbose]}} {{path/to/Inkfile}}
-s, --svgboolean

Execute 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, --outboolean

Execute 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, --inkscapeboolean

Use a custom Inkscape binary as the backend

Example: inkmake {{[-i|--inkscape]}} {{/Applications/Inkscape.app/Contents/Resources/bin/inkscape}} {{path/to/Inkfile}}
-h, --helpboolean

Display help

Example: inkmake {{[-h|--help]}}

Examples (5)

Export an SVG file executing the specified Inkfile

inkmake path/to/Inkfile

Execute an Inkfile and show detailed information

inkmake [-v|--verbose] path/to/Inkfile

Execute 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/Inkfile

Use a custom Inkscape binary as the backend

inkmake [-i|--inkscape] /Applications/Inkscape.app/Contents/Resources/bin/inkscape path/to/Inkfile

Display help

inkmake [-h|--help]
made by @shridhargupta | data from tldr-pages