0.3.2 • Published 11 months ago

@ooxml-tools/cli v0.3.2

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months 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

11 months ago

0.3.1

11 months ago

0.3.0

11 months ago

0.2.8

11 months ago

0.2.7

11 months ago

0.2.6

11 months ago

0.2.5

11 months ago

0.2.4

11 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.1.1

1 year ago

0.1.0

1 year ago