1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/common/inkmake.md
2021-03-31 10:22:17 -04:00

24 lines
668 B
Markdown

# inkmake
> GNU Makefile-style SVG exporting using Inkscape's backend.
> More information: <https://github.com/wader/inkmake>.
- Export an SVG file executing the specified Inkfile:
`inkmake {{path/to/Inkfile}}`
- Execute an Inkfile and show detailed information:
`inkmake --verbose {{path/to/Inkfile}}`
- 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}}`
- Specify a custom Inkscape binary to use as the backend:
`inkmake --inkscape {{/Applications/Inkscape.app/Contents/Resources/bin/inkscape}} {{path/to/Inkfile}}`
- Display help:
`inkmake --help`