Updated REadme.md with basic info

This commit is contained in:
Amar Zavery 2016-11-13 22:54:18 -08:00
Родитель 5ee500e16a
Коммит 7a82a0db26
1 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,16 @@
# openapi-validation-tools
Tools for validating OpenAPI (Swagger) files.
### Requirements
- node version > 4.x
### How to run the tool
Clone the repo and then execute following steps from your terminal/cmd prompt
```
npm install
node index.js
```
---
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.