ts-pkgx
Version:
A library & CLI for managing packages
54 lines • 1.79 kB
TypeScript
/**
* **libunibreak** - The libunibreak library
*
* @domain `github.com/adah1972/libunibreak`
* @version `6.1.0` (3 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +github.com/adah1972/libunibreak -- $SHELL -i`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcomadah1972libunibreak
* console.log(pkg.name) // "libunibreak"
* console.log(pkg.description) // "The libunibreak library"
* console.log(pkg.versions[0]) // "6.1.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/github-com/adah1972/libunibreak.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const githubcomadah1972libunibreakPackage: {
/**
* The display name of this package.
*/
name: 'libunibreak';
/**
* The canonical domain name for this package.
*/
domain: 'github.com/adah1972/libunibreak';
/**
* Brief description of what this package does.
*/
description: 'The libunibreak library';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/adah1972/libunibreak/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/adah1972/libunibreak -- $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 ['6.1.0', '6.0.0', '5.1.0'];
aliases: readonly []
};
export type Githubcomadah1972libunibreakPackage = typeof githubcomadah1972libunibreakPackage