ts-pkgx
Version:
A library & CLI for managing packages
60 lines • 2.4 kB
TypeScript
/**
* **fastfetch** - A maintained, feature-rich and performance oriented, neofetch like system information tool.
*
* @domain `github.com/fastfetch-cli/fastfetch`
* @programs `fastfetch`, `flashfetch`
* @version `2.46.0` (21 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +github.com/fastfetch-cli/fastfetch -- $SHELL -i`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcomfastfetchclifastfetch
* console.log(pkg.name) // "fastfetch"
* console.log(pkg.description) // "A maintained, feature-rich and performance orie..."
* console.log(pkg.programs) // ["fastfetch", "flashfetch"]
* console.log(pkg.versions[0]) // "2.46.0" (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: '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 -- $SHELL -i';
/**
* 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.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 []
};
export type GithubcomfastfetchclifastfetchPackage = typeof githubcomfastfetchclifastfetchPackage