1.2.0 • Published 10 months ago

@mtfm/cli v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

@mtfm/docx-to-html

Provides a command line application for converting documents between various formats.

This package is part of the Mutaforma monorepo.

Table of contents

Installation

npm install -g @mtfm/cli

Commands

mtfm docx-to-html

The mtfm docx-to-html command is used to convert a DOCX document to an HTML document.

Options

Name shortName longDescriptionMandatory
--i--inputAbsolute or relative path to input fileYes
--o--outputAbsolute or relative path to output folderYes
--c--configAbsolute or relative path to configuration fileNo

Example

mtfm docx-to-html --i path/to/input/file.docx --o path/to/output/folder --c path/to/config/file.json

Configuration

For a comprehensive overview of all available configuration settings and the required structure of the configuration file, please refer to the official Mutaforma documentation.

License

MIT