/** * **aux4** - elevate your imagination * * @domain `aux4.io` * @programs `aux4` * @version `5.1.10` (16 versions available) * @versions From newest version to oldest. * * @install `launchpad install aux4.io` * @homepage https://aux4.io * @buildDependencies `go.dev@~1.21.5` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.aux4io * console.log(pkg.name) // "aux4" * console.log(pkg.description) // "elevate your imagination" * console.log(pkg.programs) // ["aux4"] * console.log(pkg.versions[0]) // "5.1.10" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/aux4-io.md * @see https://ts-pkgx.netlify.app/usage */ export declare const aux4ioPackage: { /** * The display name of this package. */ name: 'aux4'; /** * The canonical domain name for this package. */ domain: 'aux4.io'; /** * Brief description of what this package does. */ description: 'elevate your imagination'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/aux4.io/package.yml'; homepageUrl: 'https://aux4.io'; githubUrl: 'https://github.com/aux4/aux4'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install aux4.io'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +aux4.io -- $SHELL -i'; launchpadInstallCommand: 'launchpad install aux4.io'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['aux4']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@~1.21.5']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['5.1.10', '5.1.9', '5.1.8', '5.1.7', '5.1.6', '5.1.5', '5.1.4', '5.1.3', '5.1.2', '5.1.0', '5.0.14', '5.0.11', '5.0.10', '5.0.9', '5.0.8', '5.0.3']; aliases: readonly [] }; export type Aux4ioPackage = typeof aux4ioPackage