/** * **neowofetch** - Fast, highly customisable system info script with LGBTQ+ pride flags * * @domain `github.com/hykilpikonna/hyfetch/neowofetch` * @programs `neowofetch` * @version `2.0.5` (5 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/hykilpikonna/hyfetch/neowofetch` * @dependencies `pkgx.sh^1` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomhykilpikonnahyfetchneowofetch * console.log(pkg.name) // "neowofetch" * console.log(pkg.description) // "Fast, highly customisable system info script wi..." * console.log(pkg.programs) // ["neowofetch"] * console.log(pkg.versions[0]) // "2.0.5" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/hykilpikonna/hyfetch/neowofetch.md * @see https://ts-pkgx.netlify.app/usage */ export declare const neowofetchPackage: { /** * The display name of this package. */ name: 'neowofetch'; /** * The canonical domain name for this package. */ domain: 'github.com/hykilpikonna/hyfetch/neowofetch'; /** * Brief description of what this package does. */ description: 'Fast, highly customisable system info script with LGBTQ+ pride flags'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/hykilpikonna/hyfetch/neowofetch/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/hykilpikonna/hyfetch'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/hykilpikonna/hyfetch/neowofetch'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/hykilpikonna/hyfetch/neowofetch -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/hykilpikonna/hyfetch/neowofetch'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['neowofetch']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['pkgx.sh^1']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.0.5', '2.0.4', '2.0.2', '1.99.0', '1.4.11']; aliases: readonly [] }; export type NeowofetchPackage = typeof neowofetchPackage