0.3.2 • Published 1 year ago

@ooxml-tools/cli v0.3.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Command line tools for dealing with Office Open XML files in nodejs.

Usage

npx @ooxml-tools/cli --help
# ooxml <command> [args]
#
# Commands:
#   pack <docxpath> <dirpath>    pack directory to docx file
#   unpack <docxpath> <dirpath>  unpack docx to a directory
#   list <docxpath>              list files in docx
#   read <docxpath> <filepath>   read file inside docx to sdtout
#   write <docxpath> <filepath>  create/override file in docx
#   init <docxpath>              initializes a blank file (docx)
#   render <filepath>            render files
#   support <filepath>           list supported apps for <filepath>
#   validate <filepath>          validate docx files
#   convert <from> <to> <value>  convert between units
#
# Options:
#   --version  Show version number                                       [boolean]
#   --help     Show help                                                 [boolean]
#
# Examples:
#   ooxml init ./test.docx
#   ooxml read ./test.docx word/document.xml
#   ooxml render ./test.docx

License

MIT

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.8

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.1.1

2 years ago

0.1.0

2 years ago