/** * **diun** - Receive notifications when an image is updated on a Docker registry * * @domain `crazymax.dev/diun` * @programs `diun` * @version `4.30.0` (3 versions available) * @versions From newest version to oldest. * * @install `launchpad install crazymax.dev/diun` * @homepage https://crazymax.dev/diun/ * @buildDependencies `go.dev@^1.20` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.crazymaxdevdiun * console.log(pkg.name) // "diun" * console.log(pkg.description) // "Receive notifications when an image is updated ..." * console.log(pkg.programs) // ["diun"] * console.log(pkg.versions[0]) // "4.30.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/crazymax-dev/diun.md * @see https://ts-pkgx.netlify.app/usage */ export declare const crazymaxdevdiunPackage: { /** * The display name of this package. */ name: 'diun'; /** * The canonical domain name for this package. */ domain: 'crazymax.dev/diun'; /** * Brief description of what this package does. */ description: 'Receive notifications when an image is updated on a Docker registry'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/crazymax.dev/diun/package.yml'; homepageUrl: 'https://crazymax.dev/diun/'; githubUrl: 'https://github.com/crazy-max/diun'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install crazymax.dev/diun'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +crazymax.dev/diun -- $SHELL -i'; launchpadInstallCommand: 'launchpad install crazymax.dev/diun'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['diun']; 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 ['4.30.0', '4.29.0', '4.28.0']; aliases: readonly [] }; export type CrazymaxdevdiunPackage = typeof crazymaxdevdiunPackage