0.1.1 • Published 3 years ago

@gloird/extract-endpoints-to-js-from-swagger v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Extract swagger/openapi spec with only required endpoint(s).

npm i @gloird/extract-swagger-for-endpoints-to-js

extract-swagger-for-endpoints-to-js --src sourcefile.yml --dest output.yml

extract-swagger-for-endpoints-to-js --srcUrl https://petstore.swagger.io/v2/swagger.json -d 'c:/test.js'