chpr-openapi
v0.12.4
Published
OpenApi Helpers
Downloads
18
Readme
chpr-openapi
This utility library implements helpers for OpenAPI / Swagger specification
OpenAPI documentation: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md
Getting Started
Please read the fully functional Getting Started example.
Installation
nvm i
npm install
Tests
# Run the mocha tests only
npm run mocha
# Run the eslint only
npm run eslint
# Run the coverage withuut eslint
npm run mocha
# Run all the tests
npm test