Generate Javascript SDK from a swagger file
npx swagger-to-sdk -s yourSwaggerApiDocsLink
By default the files will be outputed to ./sdk.
To change this behaviour use -o /your/custom/relative/path
npx swagger-to-sdk -s yourSwaggerApiDocsLink -o /your/custom/relative/path