manifest-validator
Version:
## How to install ```bash npm install manifest-validator@0.0.1-beta.1 ```
31 lines (24 loc) • 534 B
Markdown
Microsoft Office Manifest Validator
# How to install
```bash
npm install manifest-validator@0.0.1-beta.1
```
# How to run
```bash
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:
```bash
git clone https://github.com/OfficeDev/manifest-validator
cd manifest-validator
npm install
npm start
```
4. Open a new tab in your terminal
5. Run the following command:
```bash
npm link
```