UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

62 lines 2.7 kB
/** * **github.com/fastfetch-cli/fastfetch** - A maintained, feature-rich and performance oriented, neofetch like system information tool. * * @domain `github.com/fastfetch-cli/fastfetch` * @programs `fastfetch`, `flashfetch` * @version `2.50.2` (28 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/fastfetch-cli/fastfetch` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomfastfetchclifastfetch * console.log(pkg.name) // "github.com/fastfetch-cli/fastfetch" * console.log(pkg.description) // "A maintained, feature-rich and performance orie..." * console.log(pkg.programs) // ["fastfetch", "flashfetch"] * console.log(pkg.versions[0]) // "2.50.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/fastfetch-cli/fastfetch.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomfastfetchclifastfetchPackage: { /** * The display name of this package. */ name: 'github.com/fastfetch-cli/fastfetch'; /** * The canonical domain name for this package. */ domain: 'github.com/fastfetch-cli/fastfetch'; /** * Brief description of what this package does. */ description: 'A maintained, feature-rich and performance oriented, neofetch like system information tool.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/fastfetch-cli/fastfetch/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/pkgxdev/pantry/'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/fastfetch-cli/fastfetch'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['fastfetch', 'flashfetch']; companions: readonly []; dependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.50.2', '2.50.1', '2.50.0', '2.49.0', '2.48.1', '2.48.0', '2.47.0', '2.46.0', '2.45.0', '2.44.0', '2.43.0', '2.42.0', '2.41.0', '2.40.4', '2.40.3', '2.40.2', '2.40.1', '2.40.0', '2.39.1', '2.39.0', '2.38.0', '2.37.0', '2.36.1', '2.36.0', '2.35.0', '2.34.1', '2.34.0', '2.33.0']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/fastfetch-cli/fastfetch -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/fastfetch-cli/fastfetch' }; export type GithubcomfastfetchclifastfetchPackage = typeof githubcomfastfetchclifastfetchPackage