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
| Option | Shorthand | Description |
|---|---|---|
--workspace <path> | -w | Path to the workspace directory. Defaults to the current directory. |
--target <path> | -t | Path to the build output directory. |
--force | -f | Rebuild all files, not just those that have changed. |