/** * **vivid** - Generator for LS_COLORS with support for multiple color themes * * @domain `crates.io/vivid` * @programs `vivid` * @version `0.10.1` (3 versions available) * @versions From newest version to oldest. * * @install `launchpad install crates.io/vivid` * @dependencies `zlib.net^1` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.cratesiovivid * console.log(pkg.name) // "vivid" * console.log(pkg.description) // "Generator for LS_COLORS with support for multip..." * console.log(pkg.programs) // ["vivid"] * console.log(pkg.versions[0]) // "0.10.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/crates-io/vivid.md * @see https://ts-pkgx.netlify.app/usage */ export declare const cratesiovividPackage: { /** * The display name of this package. */ name: 'vivid'; /** * The canonical domain name for this package. */ domain: 'crates.io/vivid'; /** * Brief description of what this package does. */ description: 'Generator for LS_COLORS with support for multiple color themes'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/crates.io/vivid/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/sharkdp/vivid'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install crates.io/vivid'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +crates.io/vivid -- $SHELL -i'; launchpadInstallCommand: 'launchpad install crates.io/vivid'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['vivid']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['zlib.net^1']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.10.1', '0.10.0', '0.9.0']; aliases: readonly [] }; export type CratesiovividPackage = typeof cratesiovividPackage