/** * **wunderctl** - WunderGraph is a Backend for Frontend Framework to optimize frontend, fullstack and backend developer workflows through API Composition. * * @domain `wundergraph.com` * @programs `wunderctl` * @version `0.181.0` (20 versions available) * @versions From newest version to oldest. * * @install `launchpad install wundergraph.com` * @homepage https://wundergraph.com * @buildDependencies `go.dev@^1.20` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.wundergraphcom * console.log(pkg.name) // "wunderctl" * console.log(pkg.description) // "WunderGraph is a Backend for Frontend Framework..." * console.log(pkg.programs) // ["wunderctl"] * console.log(pkg.versions[0]) // "0.181.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/wundergraph-com.md * @see https://ts-pkgx.netlify.app/usage */ export declare const wundergraphcomPackage: { /** * The display name of this package. */ name: 'wunderctl'; /** * The canonical domain name for this package. */ domain: 'wundergraph.com'; /** * Brief description of what this package does. */ description: 'WunderGraph is a Backend for Frontend Framework to optimize frontend, fullstack and backend developer workflows through API Composition.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/wundergraph.com/package.yml'; homepageUrl: 'https://wundergraph.com'; githubUrl: 'https://github.com/wundergraph/wundergraph'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install wundergraph.com'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +wundergraph.com -- $SHELL -i'; launchpadInstallCommand: 'launchpad install wundergraph.com'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['wunderctl']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.20']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.181.0', '0.180.2', '0.180.1', '0.180.0', '0.179.1', '0.179.0', '0.178.0', '0.177.0', '0.176.3', '0.176.2', '0.176.1', '0.176.0', '0.175.0', '0.174.0', '0.173.0', '0.172.0', '0.171.0', '0.170.0', '0.169.3', '0.169.2']; aliases: readonly [] }; export type WundergraphcomPackage = typeof wundergraphcomPackage