ts-pkgx
Version:
A library & CLI for managing packages
55 lines • 1.66 kB
TypeScript
/**
* **gnupg.org/npth** - pkgx package
*
* @domain `gnupg.org/npth`
* @version `1.8.0` (3 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install gnupg.org/npth`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.gnupgorgnpth
* console.log(pkg.name) // "gnupg.org/npth"
* console.log(pkg.versions[0]) // "1.8.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/gnupg-org/npth.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const gnupgorgnpthPackage: {
/**
* The display name of this package.
*/
name: 'gnupg.org/npth';
/**
* The canonical domain name for this package.
*/
domain: 'gnupg.org/npth';
/**
* Brief description of what this package does.
*/
description: '';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/gnupg.org/npth/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install gnupg.org/npth';
programs: readonly [];
companions: readonly [];
dependencies: readonly [];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['1.8.0', '1.7.0', '1.6.0'];
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +gnupg.org/npth -- $SHELL -i';
launchpadInstallCommand: 'launchpad install gnupg.org/npth'
};
export type GnupgorgnpthPackage = typeof gnupgorgnpthPackage