UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

67 lines 2.66 kB
/** * **github.com/rrthomas/psutils** - Utilities for manipulating PostScript documents * * @domain `github.com/rrthomas/psutils` * @programs `psbook`, `psjoin`, `psnup`, `psresize`, `psselect`, ... (+1 more) * @version `3.3.11` (17 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/rrthomas/psutils` * @dependencies `pkgx.sh^1`, `github.com/rrthomas/libpaper` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomrrthomaspsutils * console.log(pkg.name) // "github.com/rrthomas/psutils" * console.log(pkg.description) // "Utilities for manipulating PostScript documents" * console.log(pkg.programs) // ["psbook", "psjoin", ...] * console.log(pkg.versions[0]) // "3.3.11" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/rrthomas/psutils.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomrrthomaspsutilsPackage: { /** * The display name of this package. */ name: 'github.com/rrthomas/psutils'; /** * The canonical domain name for this package. */ domain: 'github.com/rrthomas/psutils'; /** * Brief description of what this package does. */ description: 'Utilities for manipulating PostScript documents'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/rrthomas/psutils/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/rrthomas/psutils'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['psbook', 'psjoin', 'psnup', 'psresize', 'psselect', 'pstops']; companions: readonly []; /** * Required dependencies for this package. * These will be automatically installed. */ dependencies: readonly ['pkgx.sh^1', 'github.com/rrthomas/libpaper']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['3.3.11', '3.3.10', '3.3.9', '3.3.8', '3.3.7', '3.3.6', '3.3.5', '3.3.4', '3.3.3', '3.3.2', '3.3.1', '3.3.0', '3.2.0', '3.1.2', '3.1.1', '3.1.0', '3.0.9']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/rrthomas/psutils -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/rrthomas/psutils' }; export type GithubcomrrthomaspsutilsPackage = typeof githubcomrrthomaspsutilsPackage