Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

manifest-validator

ms-office16MIT0.0.1-beta.1

How to install bash npm install manifest-validator@0.0.1-beta.1

office, manifest, office-add-in, add-in, outlook, excel, word, powerpoint, onenote, project

readme

Microsoft Office Manifest Validator

How to install

npm install manifest-validator@0.0.1-beta.1

How to run

$ validate-office-addin <your_manifest.xml>

How to develop

  1. Open bash terminal or shell
  2. Navigate to the folder you want to install this tool
  3. Run the following commands:
$ git clone https://github.com/OfficeDev/manifest-validator
$ cd manifest-validator
$ npm install
$ npm start
  1. Open a new tab in your terminal
  2. Run the following command:
$ npm link