Package Exports
- @rxap/schematics-open-api
- @rxap/schematics-open-api/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rxap/schematics-open-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
This package provides schematics for generating code from OpenAPI specifications. It includes utilities for loading OpenAPI configurations, generating components, parameters, request bodies, and responses, as well as generating Angular directives and NestJS commands based on the OpenAPI schema. It simplifies the process of creating data access layers and UI components from API definitions.
Installation
Add the package to your workspace:
yarn add @rxap/schematics-open-api