UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

61 lines 2.31 kB
/** * **github.com/cpburnz/python-pathspec** - Utility library for gitignore style pattern matching of file paths. * * @domain `github.com/cpburnz/python-pathspec` * @version `0.12.1` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/cpburnz/python-pathspec` * @dependencies `python.org~3.11` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomcpburnzpythonpathspec * console.log(pkg.name) // "github.com/cpburnz/python-pathspec" * console.log(pkg.description) // "Utility library for gitignore style pattern mat..." * console.log(pkg.versions[0]) // "0.12.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/cpburnz/python-pathspec.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomcpburnzpythonpathspecPackage: { /** * The display name of this package. */ name: 'github.com/cpburnz/python-pathspec'; /** * The canonical domain name for this package. */ domain: 'github.com/cpburnz/python-pathspec'; /** * Brief description of what this package does. */ description: 'Utility library for gitignore style pattern matching of file paths.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/cpburnz/python-pathspec/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/cpburnz/python-pathspec'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/cpburnz/python-pathspec'; programs: readonly []; companions: readonly []; /** * Required dependencies for this package. * These will be automatically installed. */ dependencies: readonly ['python.org~3.11']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.12.1']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/cpburnz/python-pathspec -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/cpburnz/python-pathspec' }; export type GithubcomcpburnzpythonpathspecPackage = typeof githubcomcpburnzpythonpathspecPackage