/** * **dust** - A more intuitive version of du in rust * * @domain `crates.io/du-dust` * @programs `dust` * @version `1.2.3` (8 versions available) * @versions From newest version to oldest. * * @install `launchpad install crates.io/du-dust` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.cratesiodudust * console.log(pkg.name) // "dust" * console.log(pkg.description) // "A more intuitive version of du in rust" * console.log(pkg.programs) // ["dust"] * console.log(pkg.versions[0]) // "1.2.3" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/crates-io/du-dust.md * @see https://ts-pkgx.netlify.app/usage */ export declare const cratesiodudustPackage: { /** * The display name of this package. */ name: 'dust'; /** * The canonical domain name for this package. */ domain: 'crates.io/du-dust'; /** * Brief description of what this package does. */ description: 'A more intuitive version of du in rust'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/crates.io/du-dust/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/bootandy/dust'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install crates.io/du-dust'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +crates.io/du-dust -- $SHELL -i'; launchpadInstallCommand: 'launchpad install crates.io/du-dust'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['dust']; 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.3', '1.2.2', '1.2.1', '1.2.0', '1.1.2', '1.1.1', '1.1.0', '1.0.0']; aliases: readonly [] }; export type CratesiodudustPackage = typeof cratesiodudustPackage