ts-pkgx
Version:
A library & CLI for managing packages
56 lines • 2.19 kB
TypeScript
/**
* **leethomason.github.io/tinyxml2** - TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
*
* @domain `leethomason.github.io/tinyxml2`
* @version `11.0.0` (3 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install leethomason.github.io/tinyxml2`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.leethomasongithubiotinyxml2
* console.log(pkg.name) // "leethomason.github.io/tinyxml2"
* console.log(pkg.description) // "TinyXML2 is a simple, small, efficient, C++ XML..."
* console.log(pkg.versions[0]) // "11.0.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/leethomason-github-io/tinyxml2.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const leethomasongithubiotinyxml2Package: {
/**
* The display name of this package.
*/
name: 'leethomason.github.io/tinyxml2';
/**
* The canonical domain name for this package.
*/
domain: 'leethomason.github.io/tinyxml2';
/**
* Brief description of what this package does.
*/
description: 'TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/leethomason.github.io/tinyxml2/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install leethomason.github.io/tinyxml2';
programs: readonly [];
companions: readonly [];
dependencies: readonly [];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['11.0.0', '10.1.0', '10.0.0'];
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +leethomason.github.io/tinyxml2 -- $SHELL -i';
launchpadInstallCommand: 'launchpad install leethomason.github.io/tinyxml2'
};
export type Leethomasongithubiotinyxml2Package = typeof leethomasongithubiotinyxml2Package