Documentation
README
docx-cli
docx is a command-line tool for reading, editing, redlining, and commenting on
Microsoft Word .docx files. It edits the underlying OOXML in place (it never
rebuilds the document from a lossy view), addresses everything with stable
locators, and signals success through an exit code plus a one-line
confirmation โ so even small, cheap models can drive it reliably.
0. Make sure the binary is on PATH
Run docx --version. If you get "command not found", install it. Prefer the npm
registry โ no shell piping, and the package runs no install scripts:
bun add -g bun-docx # or: npm install -g bun-docx (needs Bun >= 1.3)
This is the opening of the README. Read the full README on GitHub.