ts-pkgx
Version:
A library & CLI for managing packages
61 lines • 2.03 kB
TypeScript
/**
* **libexif.github.io** - A library for parsing, editing, and saving EXIF data
*
* @domain `libexif.github.io`
* @version `0.6.25` (2 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install libexif.github.io`
* @dependencies `gnu.org/gettext`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.libexifgithubio
* console.log(pkg.name) // "libexif.github.io"
* console.log(pkg.description) // "A library for parsing, editing, and saving EXIF..."
* console.log(pkg.versions[0]) // "0.6.25" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/libexif-github-io.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const libexifgithubioPackage: {
/**
* The display name of this package.
*/
name: 'libexif.github.io';
/**
* The canonical domain name for this package.
*/
domain: 'libexif.github.io';
/**
* Brief description of what this package does.
*/
description: 'A library for parsing, editing, and saving EXIF data';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/libexif.github.io/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install libexif.github.io';
programs: readonly [];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['gnu.org/gettext'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['0.6.25', '0.6.24'];
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +libexif.github.io -- $SHELL -i';
launchpadInstallCommand: 'launchpad install libexif.github.io'
};
export type LibexifgithubioPackage = typeof libexifgithubioPackage