2025-03-14 21:59:59 -06:00
|
|
|
# inkmake
|
|
|
|
|
|
|
|
|
|
> GNU Makefile-style SVG exporting using Inkscape's backend.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/wader/inkmake#usage>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Export an SVG file executing the specified Inkfile:
|
|
|
|
|
|
|
|
|
|
`inkmake {{path/to/Inkfile}}`
|
|
|
|
|
|
|
|
|
|
- Execute an Inkfile and show detailed information:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`inkmake {{[-v|--verbose]}} {{path/to/Inkfile}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Execute an Inkfile, specifying SVG input file(s) and an output file:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`inkmake {{[-s|--svg]}} {{path/to/file.svg}} {{[-o|--out]}} {{path/to/output_image}} {{path/to/Inkfile}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Use a custom Inkscape binary as the backend:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`inkmake {{[-i|--inkscape]}} {{/Applications/Inkscape.app/Contents/Resources/bin/inkscape}} {{path/to/Inkfile}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`inkmake {{[-h|--help]}}`
|