openapi_generator_cli 1.0.0 openapi_generator_cli: ^1.0.0 copied to clipboard
A dart wrapper around openapi-generator inspired by the node implementation.
CLI generator wrapper for dart/flutter implementation of openapi client code generation.
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec. Please see OpenAPITools/openapi-generator for more information
Usage #
Run
pub global activate openapi_generator_cli
Then you can run the generator using the command below.
openapi-generator <command>
See OpenAPITools/openapi-generator for more commands
Features and bugs #
Please file feature requests and bugs at the issue tracker.