Cli tool to generate schema names corresponding to schemas generated by the Airbyte openapi2jsonschema tool
- only for http get results
- open api document is either yaml or json
- Typescript
- Chalk Js
- Cli Table 3
- Js Yaml
- Fs
git clone git@github.com:machariamuguku/openapi-spec-to-json-schema-file-names.git && cd "$(basename "$_" .git)"
yarn install
yarn build
chmod u+x ./build/index.js
build/index.js ./open-api-spec-file.yaml # or node build/index.js open-api-spec-file.json