LinuxCommandLibrary

inkmake

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

TLDR

Export an SVG file executing the specified Inkfile

$ inkmake [path/to/Inkfile]
copy


Execute an Inkfile and show detailed information
$ inkmake --verbose [path/to/Inkfile]
copy


Execute an Inkfile, specifying SVG input file(s) and an output file
$ inkmake --svg [path/to/file.svg] --out [path/to/output_image] [path/to/Inkfile]
copy


Specify a custom Inkscape binary to use as the backend
$ inkmake --inkscape [/Applications/Inkscape.app/Contents/Resources/bin/inkscape] [path/to/Inkfile]
copy


Display help
$ inkmake --help
copy

Copied to clipboard