
🛸 Convert Postman Collection v2.1/v2.0 to OpenAPI v3.0.
Or in other words, transform this specification and also this to this one

Development
This project use for development:
Use the scripts in package.json:
test:unit: Run mocha unit test.
test: Execute test:lint plus code coverage.
lint: Execute standard lint to review errors in code.
lint:fix: Execute standard lint and automatically fix errors.
changelog: Update changelog automatically.
Husky is configured to avoid push incorrect content to git.
Tags
Nodejs Javascript OpenAPI Postman Newman Collection Transform Convert
What I've done is
Reconstruct test cases & do test
node scripts/gen-case.js && yarn test
License
See the LICENSE file.