Command-line reference

The operational loop is short: decompile, edit, normalize, compile, verify. This page documents the shipped command surface and the semantic commands it works with.

git clone https://github.com/jqdwdty/dedocs.git && cd dedocs && npm test

The loop in four commands

Command
dedocs decompile input.docx output.dedocs
dedocs normalize output.dedocs
dedocs compile output.dedocs rebuilt.docx
dedocs verify input.docx rebuilt.docx
What you get

One single-file source artifact, refreshed guides and metadata, a rebuilt `.docx`, and a part-by-part equality report.

Shipped CLI commands

Typical loop

dedocs decompile sample-report.docx sample-report.dedocs
# edit the file
dedocs normalize sample-report.dedocs
dedocs compile sample-report.dedocs sample-report-edited.docx
dedocs verify sample-report.docx sample-report-edited.docx

Transform catalog