0.0.1-beta.1 • Published 7 years ago

manifest-validator v0.0.1-beta.1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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