UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

55 lines 1.83 kB
/** * **github.com/Virviil/oci2git** - pkgx package * * @domain `github.com/Virviil/oci2git` * @version `0.2.1` (3 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/Virviil/oci2git` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomvirviiloci2git * console.log(pkg.name) // "github.com/Virviil/oci2git" * console.log(pkg.versions[0]) // "0.2.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/Virviil/oci2git.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomvirviiloci2gitPackage: { /** * The display name of this package. */ name: 'github.com/Virviil/oci2git'; /** * The canonical domain name for this package. */ domain: 'github.com/Virviil/oci2git'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/Virviil/oci2git/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/Virviil/oci2git'; 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.2.1', '0.2.0', '0.1.5']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/Virviil/oci2git -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/Virviil/oci2git' }; export type Githubcomvirviiloci2gitPackage = typeof githubcomvirviiloci2gitPackage