mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 00:05:59 +02:00
inkmake: add page (#5580)
This commit is contained in:
parent
5ca9ff460d
commit
1c691c9624
1 changed files with 24 additions and 0 deletions
24
pages/common/inkmake.md
Normal file
24
pages/common/inkmake.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue