/** * **swagger-codegen** - swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. * * @domain `swagger.io/swagger-codegen` * @programs `swagger-codegen` * @version `3.0.75` (31 versions available) * @versions From newest version to oldest. * * @install `launchpad install swagger.io/swagger-codegen` * @homepage https://swagger.io/tools/swagger-codegen/ * @dependencies `openjdk.org^11` * @buildDependencies `maven.apache.org` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.swaggerioswaggercodegen * console.log(pkg.name) // "swagger-codegen" * console.log(pkg.description) // "swagger-codegen contains a template-driven engi..." * console.log(pkg.programs) // ["swagger-codegen"] * console.log(pkg.versions[0]) // "3.0.75" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/swagger-io/swagger-codegen.md * @see https://ts-pkgx.netlify.app/usage */ export declare const swaggerioswaggercodegenPackage: { /** * The display name of this package. */ name: 'swagger-codegen'; /** * The canonical domain name for this package. */ domain: 'swagger.io/swagger-codegen'; /** * Brief description of what this package does. */ description: 'swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/swagger.io/swagger-codegen/package.yml'; homepageUrl: 'https://swagger.io/tools/swagger-codegen/'; githubUrl: 'https://github.com/swagger-api/swagger-codegen'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install swagger.io/swagger-codegen'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +swagger.io/swagger-codegen -- $SHELL -i'; launchpadInstallCommand: 'launchpad install swagger.io/swagger-codegen'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['swagger-codegen']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['openjdk.org^11']; /** * 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 ['3.0.75', '3.0.74', '3.0.73', '3.0.72', '3.0.71', '3.0.70', '3.0.69', '3.0.68', '3.0.67', '3.0.66', '3.0.65', '3.0.64', '3.0.63', '3.0.62', '3.0.61', '3.0.60', '3.0.59', '3.0.58', '3.0.57', '3.0.56', '3.0.55', '3.0.54', '2.4.50', '2.4.49', '2.4.48', '2.4.47', '2.4.45', '2.4.44', '2.4.43', '2.4.42', '2.4.41']; aliases: readonly [] }; export type SwaggerioswaggercodegenPackage = typeof swaggerioswaggercodegenPackage