/** * **openapi-generator** - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3) * * @domain `openapi-generator.tech` * @programs `openapi-generator` * @version `7.17.0` (16 versions available) * @versions From newest version to oldest. * * @install `launchpad install openapi-generator.tech` * @homepage https://openapi-generator.tech/ * @dependencies `openjdk.org^21` * @buildDependencies `maven.apache.org` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.openapigeneratortech * console.log(pkg.name) // "openapi-generator" * console.log(pkg.description) // "OpenAPI Generator allows generation of API clie..." * console.log(pkg.programs) // ["openapi-generator"] * console.log(pkg.versions[0]) // "7.17.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/openapi-generator-tech.md * @see https://ts-pkgx.netlify.app/usage */ export declare const openapigeneratortechPackage: { /** * The display name of this package. */ name: 'openapi-generator'; /** * The canonical domain name for this package. */ domain: 'openapi-generator.tech'; /** * Brief description of what this package does. */ description: 'OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/openapi-generator.tech/package.yml'; homepageUrl: 'https://openapi-generator.tech/'; githubUrl: 'https://github.com/OpenAPITools/openapi-generator'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install openapi-generator.tech'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +openapi-generator.tech -- $SHELL -i'; launchpadInstallCommand: 'launchpad install openapi-generator.tech'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['openapi-generator']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['openjdk.org^21']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['maven.apache.org']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['7.17.0', '7.16.0', '7.15.0', '7.14.0', '7.13.0', '7.12.0', '7.11.0', '7.10.0', '7.9.0', '7.8.0', '7.7.0', '7.6.0', '7.5.0', '7.4.0', '7.3.0', '7.2.0']; aliases: readonly [] }; export type OpenapigeneratortechPackage = typeof openapigeneratortechPackage