Qraft CLI
@qraft/cli is the unified CLI for Qraft code generation.
It supports two generation modes:
- OpenAPI mode (
qraft openapi) โ generates code from OpenAPI documents with OpenAPI plugins. - AsyncAPI mode (
qraft asyncapi) โ enables generation from AsyncAPI documents with AsyncAPI plugins.
This lets you use one CLI package and one binary (qraft) for both OpenAPI and AsyncAPI schemas.