ts-pkgx
Version:
A library & CLI for managing packages
53 lines • 1.51 kB
TypeScript
/**
* **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 -- $SHELL -i`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.gnupgorgnpth
* console.log(pkg.name) // "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: '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 -- $SHELL -i';
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 []
};
export type GnupgorgnpthPackage = typeof gnupgorgnpthPackage