/** * **caesiumclt** - Caesium Command Line Tools - Lossy/lossless image compression tool * * @domain `saerasoft.com/caesium` * @programs `caesiumclt` * @version `1.2.0` (11 versions available) * @versions From newest version to oldest. * * @install `launchpad install saerasoft.com/caesium` * @homepage http://saerasoft.com/caesium * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.saerasoftcomcaesium * console.log(pkg.name) // "caesiumclt" * console.log(pkg.description) // "Caesium Command Line Tools - Lossy/lossless ima..." * console.log(pkg.programs) // ["caesiumclt"] * console.log(pkg.versions[0]) // "1.2.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/saerasoft-com/caesium.md * @see https://ts-pkgx.netlify.app/usage */ export declare const saerasoftcomcaesiumPackage: { /** * The display name of this package. */ name: 'caesiumclt'; /** * The canonical domain name for this package. */ domain: 'saerasoft.com/caesium'; /** * Brief description of what this package does. */ description: 'Caesium Command Line Tools - Lossy/lossless image compression tool '; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/saerasoft.com/caesium/package.yml'; homepageUrl: 'http://saerasoft.com/caesium'; githubUrl: 'https://github.com/Lymphatus/caesium-clt'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install saerasoft.com/caesium'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +saerasoft.com/caesium -- $SHELL -i'; launchpadInstallCommand: 'launchpad install saerasoft.com/caesium'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['caesiumclt']; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.2.0', '1.1.1', '1.1.0', '1.0.2', '1.0.1', '1.0.0', '0.21.0', '0.20.0', '0.19.3', '0.19.2', '0.19.0']; aliases: readonly [] }; export type SaerasoftcomcaesiumPackage = typeof saerasoftcomcaesiumPackage