@rxap/workspace-open-api
v19.2.0-dev.1
Published
This package provides utilities and generators for working with OpenAPI specifications in a workspace. It includes functionality for generating TypeScript interfaces, data sources, directives, remote methods, and operation commands based on an OpenAPI sch
Readme
This package provides utilities and generators for working with OpenAPI specifications in a workspace. It includes functionality for generating TypeScript interfaces, data sources, directives, remote methods, and operation commands based on an OpenAPI schema. The package also offers tools for loading OpenAPI configurations and resolving references within the schema.
Installation
Add the package to your workspace:
yarn add @rxap/workspace-open-apiExecute the init generator:
yarn nx g @rxap/workspace-open-api:initGenerators
init
Initialize the package in the workspace
nx g @rxap/workspace-open-api:init