UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

55 lines 1.8 kB
/** * **github.com/Zouuup/landrun** - pkgx package * * @domain `github.com/Zouuup/landrun` * @version `0.1.14` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/Zouuup/landrun` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomzouuuplandrun * console.log(pkg.name) // "github.com/Zouuup/landrun" * console.log(pkg.versions[0]) // "0.1.14" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/Zouuup/landrun.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomzouuuplandrunPackage: { /** * The display name of this package. */ name: 'github.com/Zouuup/landrun'; /** * The canonical domain name for this package. */ domain: 'github.com/Zouuup/landrun'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/Zouuup/landrun/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/Zouuup/landrun'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.1.14']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/Zouuup/landrun -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/Zouuup/landrun' }; export type GithubcomzouuuplandrunPackage = typeof githubcomzouuuplandrunPackage