Outlook_Addin_LLM/node_modules/office-addin-project/README.md

1.1 KiB

Office-Addin-Project

This package provides the ability to do project wide commands for Office Add-ins, such as conversion.

For more information, see the documentation.

Command-Line Interface

convert

Converts the Office Add-in Code from an XML to JSON-based manifest.

Syntax:

office-addin-project convert [options]

Options:

-m <manifest-path>
--manifest <manifest-path>

manifest-path: Specify the location of the manifest file. If the path is not provided, ./manifest.xml is used.

-b <backup-path>
--backup <backup-path>

backup-path: Specify the location of the backup file. If the path is not provided, ./backup.zip is used.

-p, --project <project-path>
--project <project-path>

project-path: Specify the location of the root directory of the project. If the path is not provided, the directory of the manifest file is used.

--confirm

Confirm the operation without being prompted