Skip to main content

build

Builds your novel.

ink build [-w <path>] [-t <path>] [-f]

By default, Inkweaver only rebuilds files that have changed since the last build. Use --force to rebuild all files regardless.

Options

OptionShorthandDescription
--workspace <path>-wPath to the workspace directory. Defaults to the current directory.
--target <path>-tPath to the build output directory.
--force-fRebuild all files, not just those that have changed.

See Also