The project contains the common utilities and libraries used for the Swagger tooling
Перейти к файлу
raychen e4052269a9 Update export types. 2020-11-20 14:36:01 +08:00
.vscode Combining libraries to one package. (#2) 2020-11-17 16:26:27 +08:00
src Update export types. 2020-11-20 14:36:01 +08:00
.gitattributes initialize repo 2020-10-09 15:54:17 +08:00
.gitignore add iterator 2020-10-09 16:40:28 +08:00
.travis.yml Combining libraries to one package. (#2) 2020-11-17 16:26:27 +08:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-09-21 21:53:54 -07:00
LICENSE Initial LICENSE commit 2020-09-21 21:53:55 -07:00
README.md Combining libraries to one package. (#2) 2020-11-17 16:26:27 +08:00
package-lock.json Update export types. 2020-11-20 14:36:01 +08:00
package.json Update export types. 2020-11-20 14:36:01 +08:00
test-results.xml Combining libraries to one package. (#2) 2020-11-17 16:26:27 +08:00
tsconfig.json Combining libraries to one package. (#2) 2020-11-17 16:26:27 +08:00
tslint.json Combining libraries to one package. (#2) 2020-11-17 16:26:27 +08:00

README.md

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Openapi-tools-common

Openapi-tools-common is a type script library which provides the basic operations for JSON and markdown files, such as iterator, file system accessor, markdown accessor, json parser, etc.