manifest-validator
v0.0.1-beta.1
Published
## How to install ```bash npm install [email protected] ```
Downloads
16
Maintainers
Readme
Microsoft Office Manifest Validator
How to install
npm install [email protected]
How to run
$ validate-office-addin <your_manifest.xml>
How to develop
- Open bash terminal or shell
- Navigate to the folder you want to install this tool
- Run the following commands:
$ git clone https://github.com/OfficeDev/manifest-validator
$ cd manifest-validator
$ npm install
$ npm start
- Open a new tab in your terminal
- Run the following command:
$ npm link